{ local $/ = \80; open HANDLE, "<", "largefile"; while (<HANDLE>) { print "$_\n"; } close HANDLE; } [download]
In reply to Re: Process input file by holli in thread Process input file by icg