Help for this page
while ( my $line1 = <$fh> ) { ... # etc }
while ( my $line1 = <$fh> )
while ( defined(my $line1 = <$fh>) )