user-pic

kanliot

  • About: avid reader
  • Posted Writing a 1GB file in perl to kanliot

    One of my pleasures in perl is learning the C language again. Something about the perl language makes it easier to write C, but while sharing the same space in my brain.

    So how can I write a trivial program to write exactly one GB (2^30) of data to disk?

    first in perl- (Of…

  • Commented on Webserver Golf
    I used this on localhost, with a few modifications (and perltidy) i was able to view JPEG images off my computer. (as future improvements) the accept method on the sockets should probably use threads instead of fork(), and i think...
  • Commented on Reading a binary file and printing it's contents as hex values
    just found this, and I wanna share my stuff. sprintf can also do the hex output from the raw data. look at the perl documentation for sprintf's "vector flag" use Digest::MD5; while ( something) { $a= Digest::MD5::md5( $_); $a =...
  • Commented on Mid-life upgrade for the MailBox suite
    i checked out your mailbox class heirarchy on overmeer net I couldn't figure out what i was looking at at first, but it seems to be a system for managing a local storage of email. that is, instead of using...
Subscribe to feed Recent Actions from kanliot

No responses to comments.

Subscribe to feed Responses to Comments from kanliot

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.