Help for this page
my @myfile = <File>; my $lines = @myfile;
undef $/; # enable "slurp" mode $_ = <FH>; # whole file now here