Help for this page

Select Code to Download


  1. or download this
    my $children_wanted = 6;
    my @job_queue = map { 'sleep ' . int rand 100 } 1 .. 140;
    ...
        
        die 'unreachable code reached';
    }