in reply to Re: ps in perl?
in thread ps in perl?
Proc::ProcessTable is not core. If it were, this would tell you the first version of perl it was available with:
perl -MModule::CoreList -e 'print Module::CoreList->first_release('Pro +c::ProcessTable'),"\n";'
It's a unix-oriented module, which I would guess wouldn't tend to be included in core if only for that reason.
(The OP, pileofrogs, hasn't made it clear if he's happy with a unix-only solution.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: ps in perl?
by bart (Canon) on Dec 26, 2007 at 22:29 UTC | |
|
Re^3: ps in perl?
by Anonymous Monk on Dec 27, 2007 at 01:56 UTC |