Help for this page
my @array = <$fh>; for (my $i=0; $i<@array; ++$i) { ... } ... }
while (my $line = <$fh>) { ... ... } ... }