Help for this page

Select Code to Download


  1. or download this
      my $file = shift(@_);
        my @directories = @_;
    
  2. or download this
    foo(1,2,3,4,5,6);
    
    ...
        print $file, "\n";
        print @directories;
    }