Help for this page
while ( my $item = $my_q -> dequeue() )
for ( 1..$num_workers ) { my $thr = threads -> create ( \&worker_thread ); ... foreach my $thr ( @worker_threads ) { $thr -> join(); }