On Thu, Jan 10, 2002 at 04:09:40PM -0500, Chaarani, Sana wrote: : :Hi , : :I have the following error when trying to run a PERL script ( that i didn't :write ) : : : :Can't locate Net/FTP.pm in @INC (@INC contains: :/opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1 :/opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1 :/opt/perl5/lib/site_perl .) at ./ftp_kpi line 4. :BEGIN failed--compilation aborted at ./ftp_kpi line 4.
You need to install the Net::FTP module. You can do it the long way, download from the CPAN and then do: perl Makefile.PL; make; make test; make install or the quick way with the following command: perl -MCPAN -e'install Net::FTP'; Casey West -- There is no reason for any individual to have a computer in his home. -- Kenneth H. Olson, President of DEC, Convention of the World Future Society, 1977 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]