in reply to Re^4: Process command output after each input
in thread Process command output after each input
There is a module called IO::Pty for this, to fool a process into thinking it has a tty.
There is also the "piped form of open" which you might want to try, instead of IPC::Open3.
I think you should post another question( with cvs in the title), with the code you have,and what you are actually trying to do. Probably some monk with cvs experience will be able to tell you what to do. You may have to use "expect".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Process command output after each input
by Anonymous Monk on Jan 25, 2005 at 19:13 UTC | |
by zentara (Cardinal) on Jan 26, 2005 at 12:16 UTC |