Help for this page

Select Code to Download


  1. or download this
    use strict;
    use threads;
    ...
        $_->join() for @threads; # Wait for them 
        # and go.
    }