in reply to Module to parse output from Unix ps command?

There's Proc::ProcessTable, but it gets mixed reviews. I've just rolled my own in the past, keeping in mind that "ps" varies so much from platform to platform that it is probably a throwaway.

EDIT: Porc -> Proc, duh.

  • Comment on Re: Module to parse output from Unix ps command?