Hello all,

getppid returns the parent process ID given a processes ID.  Is there a
corresponding function which returns a list of child processes IDs?

I could do an external system call to ps or pstree, but thought perhaps
something internal to perl might already exist.  I've Googled, but haven't
found anything yet.

Regards,
- Robert


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to