Help for this page

Select Code to Download


  1. or download this
    -bash: /usr/bin/perl: Argument list too long
    
  2. or download this
    @ARGV=glob my $pattern;
    my @files=@ARGV;
    ...
    if (eof(ARGV)) {
        Do end of file cleanup
    }
    
  3. or download this
    file1
    file2
    ....
    file10
    file11