Help for this page
undef $/; my $bigfile = <$fh>; # Do some processing on $bigfile
while (my $line = <$fh>) { # Do some processing on $line }