Help for this page

Select Code to Download


  1. or download this
    use threads;
    
    ...
    
    # Now wait for the remaining threads to finish:
    $_->join foreach threads->list;