for my $command (@commands) { $manager->start and next; } #### 0 and next; exec( $command ); $manager->finish;