FTP ing under unix

L

lerameur

Hello all,

Trying to use automated FTP in unix.
I get the following error:
Can't locate Net/FTP.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/
sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/
sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /
usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/
5.6.1 /usr/perl5/vendor_perl .)

Where do I find and how do I install this package. Tried google but
there is not much in this error.thanks

k
 
B

Benoit Lefebvre

Hello all,

Trying to use automated FTP in unix.
I get the following error:
Can't locate Net/FTP.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/
sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/
sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /
usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/
5.6.1 /usr/perl5/vendor_perl .)

Where do I find and how do I install this package. Tried google but
there is not much in this error.thanks

k

perl -MCPAN -e 'shell'

once you have it configured type "install Net::FTP"

You may need to do that as root for the packages to get installed
properly.

--Ben
 
T

Tad McClellan

lerameur said:
Trying to use automated FTP in unix.
I get the following error:
Can't locate Net/FTP.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/
sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/
sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /
usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/
5.6.1 /usr/perl5/vendor_perl .)

Where do I find and how do I install this package.


perldoc -q module

What modules and extensions are available for Perl? What is CPAN? What
does CPAN/src/... mean?

How do I find which modules are installed on my system?

How do I install a module from CPAN?

How do I keep my own module/library directory?
Tried google but


You should try Perl's Frequently Asked Questions before
asking a question for the bazillionth time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top