On Fri, 08 Jun 2007, Andy Hammer wrote:
> I don't understand what has happened. I have not run any Perl scripts
> for a while. Now I get the "Can't locate whatever.pm in @INC" Also,
> the @INC variable now points to MKS Toolkit instead of Perl\lib and
> Perl\site\lib. Of course I can fix EVERY script with a use lib
> 'C:Perl\lib'; but I would rather change the @INC so it could see these
> libraries.

Check your PATH environment variable to see if you have the MKS directory
in front of ActivePerl.  MKS contains a perl.exe too; maybe you are running
that one?  Quick check:

   perl -eprint$^X

If you are running the correct perl binary, then check if you got a PERL5LIB
or PERLLIB environment variable containing references to the MKS toolkit.

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to