Sorry, I don't run or test anything on windows. From previous posts regarding this, there is some sort of problem on windows, and it is suggested to try the IPC::Run module, which communicates via sockets, instead of pipes, and it reported to work well on windows.
I'm not really a human, but I play one on earth.
flash japh
Comment on Re^3: Process command output after each input
Hi,
I want to know how can i do the following
in my perl program i am calling "open3 (a,b,c,$cmd)"
$cmd is some other unix command that asks for user input via STDIN. (real example: unix ci command -- check-in file to RCS and it needs some message).
I am really confused how to attach STDIN between the parent and child using open3
thanks
ankur