Perl and @INC question
I'm having some trouble switching over to a new server. I'm currently running BSDI and am switching to FreeBSD. My hosting company has an automated process that transfers all of my data to a 'shadow' server so that I can test, and so the problems begin...
When running a Perl script I first got the error:
Can't locate DBI.pm in @INC (@INC contains: (path names) )
I modified the @INC to include the path to the module but then get this error:
Can't locate loadable object for module DBI in @INC (@INC contains: (path names) )
It seems that everything is not where is should be, or that I'm asking Perl to look in the wrong places. Is there a way to test the modules or should I try reinstalling them or just keep modifying the @INC or...
Any helpful input is appreciated.
Andrew