Help for this page
for my $command (@commands) { $manager->start and next; ... system( $command ); $manager->finish; }
for my $command (@commands) { $manager->start and next; ... exec( $command ); $manager->finish; }