I learned just today actually how to install a module when not root.
So, you have your module tarball all good to go:
>mkdir ~/lib
>tar -zxvf modulename.tar.gz
>perl Makefile.PL LIB=~/lib
>make test
>make
>make install
and you should be fine
the link where I found the above is:
http://perlmon
Net::FTP is not present in the version of Perl you reference. You will
have to obtain Net::FTP from CPAN. The package comes with install
instructions located in the file "INSTALL". If I remember correctly it
should be the standard:
perl Makefile.pl
make
make install
I a
All,
I'm scratching my head trying to determine whether perldoc isn't working
correctly or if Net::FTP just isn't present?
If I need to obtain Net::FTP from CPAN , how would I install as not
and use it? I wouldn't simply be able to:
use Net::FTP; # would I?
Tried: /bin> perldoc -m Net::FTP
If you use Debian Linux there's tha packege .deb, and you can install with dselect.
Otherwise look for in CPAN.
Walter
Sofia wrote:
> >From where can I download the Net::FTP module?
>
> Thanks in advance
>
> ___
Sofia
cc:
Subject: Net::FTP module
>From where can I download the Net::FTP module?
Thanks in advance
__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
http://im.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add