Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in block exit at /lib/site_perl/5.8.7/Paral
    +lel/ForkManager.pm line 365.
    Use of uninitialized value in block exit at /lib/site_perl/5.8.7/Paral
    +lel/ForkManager.pm line 365.
    Unable to create sub named "" at /lib/site_perl/5.8.7/Parallel/ForkMan
    +ager.pm line 365.
    Good-Bye...
    
  2. or download this
    our %procs;
    use constant LIMIT => 4
    ...
        delete $procs{$pid};
      }
    }
    
  3. or download this
        357 sub run_on_wait { my ($s,$code, $period)=@_;
        358   $s->{on_wait}=$code;
    ...
        368     };
        369   };
        370 };