Help for this page

Select Code to Download


  1. or download this
       ...
       foreach (@jobs) {
          &process($_);
       }
       ...
    
  2. or download this
       ...
       foreach (@jobs) {
    ...
       }
       1 until -1 == wait;
       ...
    
  3. or download this
       ...
       my $max = 4;
    ...
       }
       1 until -1 == wait;
       ...