Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $_->join for @thrs;
    
    print "Done\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    mce_step \&task_a, \&task_b, \&task_c;
    
    print "Done\n";