Help for this page
my $line = <FIN>; # reads one line from the file referenced by the + filehandle FIN my @lines = <FIN>; # reads all the lines at once