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


in reply to Re: process_killer.pl
in thread process_killer.pl

Well, it currently will only work on UNIX machines, because it relies on the output of the "ps" command. I've not looked into adapting it for windows, but if you were interested, you could maybe take a look at the various Win32:: modules. (Perhaps Win32::Process would be of help.)