When I try to run a perl script I get: "Can't locate strict.pm in @INC (@INC contains: C:/Perl164/site/lib"
A search for strict.pm shows that it is in C:\Perl\lib
which means my @INC is wrong, maybe due to a bad install. Is there a way to change that?