![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: How to see the processId of the process called by system command from perlby walto (Pilgrim) |
on Apr 17, 2008 at 04:03 UTC ( #681001=note: print w/replies, xml ) | Need Help?? |
On Linux you can use: my $pid = `pidof R`;
In Section
Seekers of Perl Wisdom
|
|