Front page | perl.beginners |
Postings from April 2002
Re: Process Tree
Thread Previous
|
Thread Next
From:
Felix Geerinckx
Date:
April 27, 2002 08:03
Subject:
Re: Process Tree
Message ID:
Xns91FDAD7424642fge123@209.85.157.220
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
Thread Previous
|
Thread Next