--- [EMAIL PROTECTED] wrote:

> Hi,
> 
> I am looking for an efficient way to get list of
> child (forked) processes of a given processes id.
> Has anyone idea how to do it in "pure perl style" ?
> 
> 

Is this process created by you?otherwise you may not
have the priviledge to access it,unless you're root.
You can also take a look at this module:

http://search.cpan.org/~fdulau/Proc-Forking-1.38/Forking.pm

And check for:

my $name = $f->list_names;

This function return a reference to a HASH.


 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to