Help for this page

Select Code to Download


  1. or download this
     use strict; use warnings;
    
    ...
    
     $chnl->send("this is something $_") for 1..$size;
     $thrd->join();
    
  2. or download this
     use strict; use warnings;
    
    ...
    
     $chnl->send("this is something $_") for 1..$size; 
     $proc->join();