Hi, I think that you have a little mistake Run perl -MNet::FTP::Recursive -e "1;" instead of perl -MNet::Ftp::Recursive -e "1;".
Yours, Yaron Kahanovitch ----- Original Message ----- From: "I.B." <[EMAIL PROTECTED]> To: beginners@perl.org Sent: Wednesday, April 25, 2007 7:27:18 AM (GMT+0200) Auto-Detected Subject: module installation problem Hi people, I installed module Net::Ftp::Recursive. All following steps succeeded: perl Makefile.PL make make test make install # next i tested if module loading correctly ~$ perl -MNet::Ftp::Recursive -e "1;" Can't locate Net/Ftp/Recursive.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .). BEGIN failed--compilation aborted. # it exists $ ls /usr/local/share/perl/5.8.7/Net/FTP/Recursive.pm /usr/local/share/perl/5.8.7/Net/FTP/Recursive.pm # cd to perl libs $ cd /usr/local/share/perl/5.8.7 # run ok! $ perl -MNet::FTP::Recursive -e "1;" # go back to $HOME $ cd ~ # run ok! $ perl -MNet::FTP::Recursive -e "1;" Does anyone know if this is some kind of cache I am not aware about? thank you in advance. ~igy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/