vasanth.easyrider has asked for the wisdom of the Perl Monks concerning the following question:
Hi Perl monks.
I have a requirement where i connect to remote server using telnet. I am using Net::Telnet
We have 2 different type of devices.
for one type of device the following is working -
$t = new Net::Telnet (Timeout => 60, Prompt => '/%|#|>|\\$ /');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Double prompt in Net::Telnet
by Corion (Patriarch) on Mar 12, 2018 at 13:16 UTC | |
|
Re: Double prompt in Net::Telnet
by roboticus (Chancellor) on Mar 12, 2018 at 13:45 UTC |