Help for this page
use Net::Telnet (); my $conn = new Net::Telnet (TelnetMode => 0); ... ($a,$b) = $conn->waitfor(Match=>'/...>/',Timeout=>100); $conn->close;
Trying xxx.xxx.xxx.xxx... Connected to xxx.xxx.xxx.xxx. ... 014>^] telnet> quit Connection closed.