doubledecker has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I'm invoking a shell script from Perl script using Proc::Background module. shell script will invoke 10 parallel processes. I have PID of the parent process which gets completed after invoking all the parallel processes. How to get process id's of all the child processes that are triggered by parent process. any ideas are appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: get list of processes triggered from parent script
by zentara (Cardinal) on Oct 10, 2012 at 10:45 UTC | |
|
Re: get list of processes triggered from parent script
by CountZero (Bishop) on Oct 10, 2012 at 12:46 UTC |