RE: determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread nkuipers
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

Re: determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread McDonald Patrick
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

determining whether Net::FTP module present: version 5.005_03on Solaris

2002-07-25 Thread McCormick, Rob E
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

Re: Net::FTP module

2001-09-26 Thread walter valenti
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 > > ___

Re: Net::FTP module

2001-09-25 Thread GoodleafJ
Sofia cc: Subject: Net::FTP module

Net::FTP module

2001-09-25 Thread Sofia
>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