Help for this page
Select Code to Download
Select
or
download this
my @lines = do { open my $fh, '<', $file or die "$file: $!\n"; <$fh> }
+
;