in reply to How to cpture output of interactive command using perl.?
I know I can not use back tick (`) because, it won't be interactive then. I can't use system() because system will run the command in interactive mode, but I will not be able to capture the output of the command.
You're going to have to elaborate on exactly what you are trying to do.
Reading between the lines, it sounds like you might be looking for an Expect type of thing. (Be warned: As far as I know, noone has got this to work on windows.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to cpture output of interactive command using perl.?
by Rapunzel (Novice) on Dec 11, 2008 at 07:04 UTC |