Help for this page
my @lines; while (<>) { ... } die if @lines;
while (!eof()) { my @lines; defined( $lines[@lines] = <> ) or die for 1..3; ... }