Help for this page
redo if eof;
my ($i,$cnt); while (<$inhandle>) { ... last if $cnt; $cnt++, redo if eof; }
for (<$infile>,'AFTERFILE') { ... }