Help for this page
while (my $line = <INHANDLE>) { ... } continue { ... if eof(INHANDLE); }
while (my $line = <INHANDLE>) { ... } ...