Help for this page
my $contents = do { local (@ARGV, $/) = $filename; <> };
# Slurp file my $contents = do { local (@ARGV, $/) = $filename; <> };