Help for this page
use Parallel::ForkManager; $pm = Parallel::ForkManager->new(2); ... $pm->finish; # Terminates the child process }