Help for this page

Select Code to Download


  1. or download this
    my @array1 = (1..5); # N=5
    my @array2 = qw/a b/;
    ...
    
    # (Postprocess step to reduce the final output to 2 files
    # - that I can do)
    
  2. or download this
    use Proc::Fork;
    for my $val1 (@array1) {
    ...
            } # Parent outer fork
        }; # Outer fork
    }