in reply to Retrieve "ps -ef" strings using regex

Maybe you can get around that bothersome external-program stuff altogether. Have you considered Proc::ProcessTable?

  • Comment on Re: Retrieve "ps -ef" strings using regex

Replies are listed 'Best First'.
Re^2: Retrieve "ps -ef" strings using regex
by Raoul (Initiate) on Aug 28, 2008 at 18:22 UTC
    I was looking at the folder name holding the processes since I can have the same process name in different folder. I don't think the Proc::ProcessTable can answer my needs.