foreach my $test (@all_threads) { if( $test->is_running() ) { print "Running: $test\n"; } } [download]
In reply to Re^4: Monitor list of threads running by mr_p in thread Monitor list of threads running by mr_p