in reply to Every time I add a module and try to use i get can't find module in @INC, Why?

That's an extremely odd path for the module. Did you do a make install step?

On my box, Net::FTP lives in /usr/lib/perl5/site_perl/5.005/Net/FTP.pm. See if it's in the corresponding directory, which should be hardcoded into @INC.

  • Comment on Re: Every time I add a module and try to use i get can't find module in @INC, Why?
  • Download Code