Help for this page
my $count = do { my $i; $i++ while <$fh>; $i };
my $count = do { () = <$fh>; $. };