in reply to
ps in perl?
Hello! maybe this can be considered as well:
use Shell qw(ps); my @args = ....; my @res = ps(@args);
[download]
the Shell module is already in the perl core!
Paul C. Bütow - http://paul.buetow.org
Comment on
Re: ps in perl?
Download
Code
In Section
Seekers of Perl Wisdom