in reply to Process input file

Try this:
{ local $/ = \80; open HANDLE, "<", "largefile"; while (<HANDLE>) { print "$_\n"; } close HANDLE; }


holli, /regexed monk/