Help for this page

Select Code to Download


  1. or download this
    { ## Parent
      our ( %hash, @array, $scalar, $LOCK );     ## Global data
    ...
    
      ...   # code to fork and maintain number of children
    }
    
  2. or download this
    {
      my $need;
    ...
      else { die "$!\n"; }
      ...
    }