Help for this page
for (1..5) { system('start DoThis.exe'); }
my @pids; for (1..5) { ... } waitpid($_, 0) for @pids;