in reply to Re^2: Get PID of an excel.exe opened by perl
in thread Get PID of an excel.exe opened by perl

Your new node here and your statement you want to kill a process on windows makes me wonder if you ever read the docs. To kill a process:
Win32::Process::KillProcess($pid, $exitcode);


holli, /regexed monk/