Help for this page
Select Code to Download
Select
or
download this
@content = slurp("file1", "file2", ...);
Select
or
download this
@content = do{ local( $/, @ARGV ) = ( undef, "file1", "file2", ...); <> };