I did that, here is the output that was returned.

C:\Perl>ppm install Net::Telnet
Searching for 'Net::Telnet' returned multiple results. Using 'search'
instead...

Searching in Active Repositories
  1. Net-Telnet           [3.03] Interact with TELNET port or other TCP
ports
  2. Net-Telnet-Cisco     [1.10] automate Cisco management
  3. Net-Telnet-Netscreen [1.01] interact with a Netscreen firewall

C:\Perl>ppm install Net-Telnet
Note: Package 'Net-Telnet' is already installed.
====================
Install 'Net-Telnet' version 3.03 in ActivePerl 5.8.0.804.
====================
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.


-----Original Message-----
From: Thomas_M [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 8:06 AM
To: Lupi, Guy
Cc: Perl-Win32-Users (Perl-Win32-Users)
Subject: RE: 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 install
Net::Telnet".


-- 
Mark Thomas                    [EMAIL PROTECTED]
Internet Systems Architect     User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to