Help for this page

Select Code to Download


  1. or download this
    use Parallel::ForkManager;
    
    ...
            $pm->finish; # do the exit in the child process
        }
        $pm->wait_all_children;