Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
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: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.

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 avoiding work at the Monastery: (6)
As of 2024-04-25 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found