Help for this page

Select Code to Download


  1. or download this
    $slot = 1;
    
    ...
    }
    
    $pm->wait_all_children;
    
  2. or download this
    @data = ( 10,4,20,2,15,6 );
    
    ...
        $pm->finish;
    }
    $pm->wait_all_children;