Help for this page

Select Code to Download


  1. or download this
    sub doit {
        ....
    }
    
    doit( $args[ $_ ] ) for 0 .. $n-1;
    
  2. or download this
    use threads;
    
    ...
    } 0 .. $n - 1;
    
    $_->join for @threads;