http://www.perlmonks.org?node_id=147100


in reply to Parallel PL execution

What you want is doable with fork or and wait. You will want to call wait in list context so you can examine exit status. POSIX.pm, from the standard perl distribution, is invaluable for fine-tuning the children's environment.

Super Search for fork and wait will land you plenty of advice to get you started.

After Compline,
Zaxo