in reply to Re^3: IPC::Open3 and Real PID
in thread IPC::Open3 and Real PID

sorry. on Windows, IPC::Open3 works through cmd.exe and if i killing process with pid returned by open3, called process stays alive. my solution is system("taskkill /f /IM child.exe"); :(

Replies are listed 'Best First'.
Re^5: IPC::Open3 and Real PID
by ikegami (Patriarch) on Nov 19, 2009 at 20:48 UTC

    IPC::Open3 works through cmd.exe

    Only when you ask it to. It doesn't if you follow my instructions.