Front page | perl.beginners |
Postings from March 2002
Perl Modules
Thread Next
From:
OZGUR GENC
Date:
March 19, 2002 04:24
Subject:
Perl Modules
Message ID:
7A793139B210C046B309D01D17D2A7B0025467CA@NGMAILMAN.ng.entp.tgc
Hi All,
I would like to use perl modules.
I downloaded the module (Telnet.pm) and I copied it to
/usr/perl5/5.00503/sun4-solaris . But I still get following error
messages.
What should I do?
Can't locate Net/Telnet.pm in @INC (@INC contains:
/usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .) at
../batch_get.txt line 2.
BEGIN failed--compilation aborted at ./batch_get.txt line 2
My script:
#!/usr/local/bin/perl
use Net::Telnet ();
....
######### File for passwords ######################
***************************************************************************
This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the intended recipient you are hereby notified that any
dissemination, forwarding, copying or use of any of the information is
prohibited.
The opinions expressed in this message belong to sender alone. There is no
implied endorsement by TURKCELL.
This e-mail has been scanned for all known computer viruses.
***************************************************************************
Thread Next
-
Perl Modules
by OZGUR GENC