in reply to Killing all processes with a given name within win32(win2k..)

Win32::Process::Info will get you the information you need to do this. Then it's a case of looping through the list returned by the GetProcInfo() method and using perl's kill function on the right ones.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon