blackadder has asked for the wisdom of the Perl Monks concerning the following question:
Which gives me this very annoying error#! c:/perl/bin/perl.exe -slw use strict; use Net::Telnet(); use Net::Telnet::Cisco; my $session = Net::Telnet::Cisco->new(Host => 'ccc1000'); $session->login('BA', 'BA123BA');
but if I try the same thing manually.i.e. through a Telnet session, it works fine!Use of /g modifier is meaningless in split at C:/Perl/site/lib/Net/Tel +net/Cisco. pm line 756. pattern match timed-out at C:\Perl\Vodafone\test2.pl line 7
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Telnetting to a cisco box
by gargle (Chaplain) on Sep 14, 2005 at 07:56 UTC | |
by blackadder (Hermit) on Sep 15, 2005 at 08:15 UTC | |
|
Re: Telnetting to a cisco box
by eXile (Priest) on Sep 14, 2005 at 13:56 UTC |