http://www.perlmonks.org?node_id=2869


in reply to How do I examine the status of a process?

depends - which OS are you using? If you're using some *nix try this:

ps aux | grep perl

  • Comment on Re: How do I examine the status of a process?