in reply to Re^2: Net::Telnet waitfor loop
in thread Net::Telnet waitfor loop
Thanks!until ($t->waitfor('/REPORT FINISHED/') == 1) { ($op1) = $t->waitfor('/PAGE/'); print NVFILE $op1; ($op2) = waitfor('/PRESS RETURN/'); print NVFILE $op2; $t->print(""); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::Telnet waitfor loop
by ssandv (Hermit) on Aug 20, 2009 at 21:15 UTC |