jrock70 has asked for the wisdom of the Perl Monks concerning the following question:
$t->waitfor('199',5) or print "Prompt not found"; $t->send("startapp"); #start application $t->waitfor('MENU1',5) or print "MENU1 not found"; $t->send("a");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SSH Expect running apps
by zwon (Abbot) on May 12, 2010 at 21:48 UTC |