in reply to Re: Non-buffered read from program
in thread Non-buffered read from program

Yes. Expect did solve this problem for me. Especially the raw_pty method.


--
Rohan

Replies are listed 'Best First'.
Re^3: Non-buffered read from program
by ph713 (Pilgrim) on Dec 30, 2005 at 23:02 UTC
    Or if you don't want to use Expect when you're not planning on using all of its complexity, you could do something like: http://www.perlmonks.org/?node_id=393312 to put a pesudo-tty inbetween you and the command.