Help for this page
my $thread = threads->create("detached_thread"); $_->join for threads->list; ... } } }