for my $name (qw(foo bar baz)) { $pm->start($name) and next; ... }