Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: how to get pid for multiple child process in parent process

by thezip (Vicar)
on Jul 01, 2008 at 00:11 UTC ( [id://694860]=note: print w/replies, xml ) Need Help??


in reply to how to get pid for multiple child process in parent process

You could always do something like:

my $result = qx/pgrep .*/;

This would result in a set of pids for the active shell, one per line. You'll have to investigate to determine the usability of these results. Also, I have only shown the broadest possible result... you'll be able to tweak the arguments to pgrep to fine-tune it.

Here's the current output on my system:

foo@bar ~: pgrep .* 64667 64666 64663 63664 63554 63227 93711 92292 76330 74514 57312 18496 64105 5883 5882 5881 9224 630 623 565

I hope this is helpful.


Your wish is my commandline.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://694860]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found