Help for this page

Select Code to Download


  1. or download this
    my $job = do {
      lock (@jobstack);
      extract_job(\@jobstack); # this will find the next one to do, and re
    +move it from the list, and return it
    };