in reply to Re^3: @INC Errors
in thread @INC Errors

I get the following error when running perl -V: Can't locate Config.pm in @INC (@INC contains: .).

BEGIN failed--compilation aborted.
--perl.j

Replies are listed 'Best First'.
Re^5: @INC Errors
by Anonymous Monk on Oct 10, 2011 at 10:21 UTC

    Where is perl located?

    perl -E " say $^X "

Re^5: @INC Errors
by Anonymous Monk on Oct 10, 2011 at 10:37 UTC
    $ copy C:\perl\5.14.1\bin\MSWin32-x86-multi-thread\perl*.dll C:\perl\5.14.1\bin\MSWin32-x86-multi-thread\perl514.dll 1 file(s) copied. $ copy C:\perl\5.14.1\bin\MSWin32-x86-multi-thread\perl.exe 1 file(s) copied. $ perl.exe -V Can't locate Config.pm in @INC (@INC contains: .). BEGIN failed--compilation aborted. $ perl.exe -Mstrict -e 1 Can't locate strict.pm in @INC (@INC contains: .). BEGIN failed--compilation aborted.