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