Help for this page

Select Code to Download


  1. or download this
    foreach my $param (@params) { ... }
    foreach my $file (@files) { ... }
    
  2. or download this
    foreach $x (@params) { ... }
    foreach $i (@files) { ... }
    
  3. or download this
    $x=$&;
    print OUTPUT "$x\n";