in reply to Re^2: Process command output after each input
in thread Process command output after each input

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

Replies are listed 'Best First'.
Re^4: Process command output after each input
by Anonymous Monk on Jan 25, 2005 at 06:25 UTC
    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