Help for this page
Select Code to Download
Select
or
download this
use File::Slurp qw(read_file); my @lines = read_file('/path/file',chomp=>1);