Help for this page

Select Code to Download


  1. or download this
    $/ = \ 4096; # read in 4Kb blocks
    
    ...
            print OUTFILE1;
        }
    }
    
  2. or download this
    {
        local @ARGV = @filenames;
    ...
            print OUTFILE1;
        }
    }