Help for this page
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)
use Proc::Fork; for my $val1 (@array1) { ... } # Parent outer fork }; # Outer fork }