in reply to Telnet connection problem
should beuse Net::Telnet; $telnet=new::Telnet(Timeout=>60,Error=>'die',Prompt=>'/ksh\$ $/i');
use Net::Telnet(); $telnet = new Net::Telnet (Timeout => 60, Error=>'die', Prompt => '/ks +h\$ $/i');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |