 |
File Contents - PLEAC - Programming Language Examples Alike Cookbook
RECORDSIZE is the length of a record, in bytes. # $TEMPLATE is the unpack template for the record # FILE is the file to read from # @FIELDS is an array, one element per field until (eof (FILE)) {read (FILE, $record, $RECORDSIZE) == $RECORDSIZE or die "sho
pleac.sourceforge.net |
 |