on Sat, 27 Apr 2002 13:20:47 GMT, Sharan wrote:

> Is there any generic way to find the list of child ids? (common to
> windows and Linux). Because, i want to kill explicitly all the child
> procs before terminating parent.

If you fork, you return the child's pid to the parent.

See
        perldoc -f fork
        perldoc -f kill

-- 
felix

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

Reply via email to