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.

The begining of the script is the following :
------------------------------------
#!/opt/perl5/bin/perl -w

use Socket;
use Net::FTP;
 ----------------------------

Is there something I didn't install on the system so it can't compile ?

Thanks for your help,

Sana


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to