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
    The immediate problem is not "is it core". The problem is, "do I have it", or, if not, "how hard is it to install". And the latter applies both to technical issues (how hard work is it to install, and does it even work on my platform), and political ones (will my sysadmin let me install it?)
Re^3: ps in perl?
by Anonymous Monk on Dec 27, 2007 at 01:56 UTC
    'corelist Proc::ProcessTable'