Re: Package declaration problem

2001-12-19 Thread Paul Kincaid
One little change - please just look at the first part of the script I sent in (see below), I just realized how royally screwed up the rest of the script is right now, and I should be embarassed at letting it get out into the public > > #!/usr/bin/perl -w > > # Program for logging into Foun

Package declaration problem

2001-12-19 Thread Paul Kincaid
I've got a small script that is going into a much larger script that is killing me as to why it is not working When I try and execute it I get: [paul@kenny backup]$ perl test2.pl Name "Start::skip" used only once: possible typo at test2.pl line 52. Can't call method "waitfor" on an undefined

Net::Telnet / SPACEBAR Problem

2001-11-26 Thread Paul Kincaid
I am using Net::Telnet to gather data from a Foundry ServerIronXL during some testing we are performing, although the same will be a problem when it comes to Cisco Routers, etc... I am having the script log in, go into enable mode and run a couple show commands. Everything works except for mu