Help for this page

Select Code to Download


  1. or download this
    use threads;
    use Thread::Queue;
    ...
    
    print for
    map { $_->join } map { threads->new(\&qrun) } 1 .. 15;