Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: @INC Errors

by perl.j (Pilgrim)
on Oct 10, 2011 at 09:37 UTC ( [id://930568]=note: print w/replies, xml ) Need Help??


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: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.
Re^5: @INC Errors
by Anonymous Monk on Oct 10, 2011 at 10:21 UTC

    Where is perl located?

    perl -E " say $^X "

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://930568]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found