http://qs1969.pair.com?node_id=1177838

nicopelle has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks, I've got an array with, more or less, 80 system commands (all different one each other) ready to execute on AIX lpar.
@array_commands=qw( command1 command2 command3 .. .. command79 command80 );
Is there a smart way to launch simultaneously(this is mandatory) and collecting all output in a single log file ? Thanks for your time, Nicola.