in reply to Flummoxed by strict.pm
(@INC contains: .)
You have a broken install. If the Perl executable is located at
then @INC should containC:\path\to\perl\bin\perl.exe
C:/path/to/perl/site/lib C:/path/to/perl/lib .
Those directories are missing, and thus not added to @INC. A permission issue might do it too.
|
|---|