foreach my $test (@all_threads) { if( $test->is_running() ) { print "Running: $test\n"; } }