@content = slurp("file1", "file2", ...); #### @content = do{ local( $/, @ARGV ) = ( undef, "file1", "file2", ...); <> };