RE: Having problems with Net::Telnet

2003-03-04 Thread Lupi, Guy
Robnett [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 8:21 PM To: Lupi, Guy; [EMAIL PROTECTED] Subject: RE: Having problems with Net::Telnet Show us the code? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lupi, Guy Sent: Monday, March 03, 2003 5

RE: Having problems with Net::Telnet

2003-03-04 Thread Lupi, Guy
: Having problems with Net::Telnet Can't locate object method new via package Net::Telnet (perhaps you forgot t o load Net::Telnet?) at telnet.txt line 2. I'm not sure why nobody told you this yet, but this error means you need to install the Net::Telnet module. From a command prompt, type ppm

Re: Having problems with Net::Telnet

2003-03-04 Thread michael higgins
Lupi, Guy wrote: I did that, here is the output that was returned. C:\Perlppm install Net::Telnet [snip] Successfully installed Net-Telnet version 3.03 in ActivePerl 5.8.0.804. Then I tried to run my script and I got the same error message. [snip] FYI, I tried the snip on 98se, 5.6 build 633.

RE: Having problems with Net::Telnet

2003-03-04 Thread John Drabinowicz
Title: RE: Having problems with Net::Telnet I'm using perl, v5.6.1 built for cygwin-multi under Windows2000 Pro SP2 and found the following if it helps at all. doesn't seem to bear on your original problem though! #just a thought but shouldn't this line: $telnet -waitfor('Password

RE: Having problems with Net::Telnet

2003-03-03 Thread Scot Robnett
Show us the code? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lupi, Guy Sent: Monday, March 03, 2003 5:22 PM To: '[EMAIL PROTECTED]' Subject: Having problems with Net::Telnet Please excuse me if this is an extremely basic question, this is my first

Re: Having problems with Net::Telnet

2003-03-03 Thread michael higgins
Lupi, Guy wrote: Please excuse me if this is an extremely basic question, this is my first post and I am a beginner, but I can't seem to get Net::Telnet to work. I am getting the following error when I try to run a script using the Net::Telnet module. Can't locate object method new via package

RE: Having problems with Net::Telnet

2003-03-03 Thread John Serink
Did you install the module using PPM? What platform are you running it on? -Original Message- From: Lupi, Guy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 7:22 AM To: '[EMAIL PROTECTED]' Subject: Having problems with Net::Telnet Please excuse me