Help for this page

Select Code to Download


  1. or download this
    @content = slurp("file1", "file2", ...);
  2. or download this
    @content = do{ local( $/, @ARGV ) = ( undef, "file1", "file2", ...); <> };