Problem with Perl tools.pm not found in @INC?

  • Thread starter Thread starter Dark Sky
  • Start date Start date
D

Dark Sky

Guest
I have the file X.cgi and tools.pm in the same folder, and I get this error when accessing X.cgi:

Can't locate tools.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl/5.8.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 .) at...
 
Back
Top