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