Help for this page

Select Code to Download


  1. or download this
       use MCE::Flow max_workers => 8;
    
    ...
             MCE->sendto("file:$file2", "raining day from $wid\n");
          }
       };
    
  2. or download this
       use MCE::Loop chunk_size => 1, max_workers => 8;
    
    ...
    
       close $fh_1;
       close $fh_2;