in reply to Re^2: automatically giving user input to a command line
in thread automatically giving user input to a command line
it returns control to the user, and waits until the user does something, whether that be hitting 1 and then enter or something of the like.
That suggests that the program is not accepting input via STDIN but rather via some form of direct access to the keyboard buffer, in which case, pretty much all of the mechanisms whereby you might try to control it from Perl will fail.
What OS are you doing this on?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: automatically giving user input to a command line
by dasgar (Priest) on Jun 14, 2012 at 11:47 UTC | |
by BrowserUk (Patriarch) on Jun 14, 2012 at 14:21 UTC | |
by tfredett (Sexton) on Jun 14, 2012 at 14:44 UTC | |
by Anonymous Monk on Jun 14, 2012 at 12:03 UTC |