Fwd: UNIX Process List (U)

From: Errin Larsen (errinlarsen_at_gmail.com)
Date: 09/29/04


Date: Wed, 29 Sep 2004 08:07:50 -0500
To: "beginners@perl.org" <beginners@perl.org>

On Wed, 29 Sep 2004 07:52:53 -0400, Meidling, Keith, CTR, ISD
<keith.meidling.ctr@osd.mil> wrote:
> UNCLASSIFIED
>
> Is there a module to get a list of processes on a UNIX/Linux machine, or
> would I just do a `ps` and save it to an array?
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>

Hi Keith,

Check out Proc::ProcessTable on CPAN. That might be what you're looking for.

--Errin