Help for this page

Select Code to Download


  1. or download this
    sub mfork ($$&) {
        my ($count, $max, $code) = @_;
    ...
        1 until -1 == wait;
    }