Help for this page
sub start { my ($s,$identification)=@_; die "Cannot start another process while you are in the child process +" ... return 0; # Simulating the child which returns 0 } }
my $stopFlag=0; ... } $pm->wait_all_children; alarm(0);