Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: @INC site/lib problem on Windows 7 and XP (ActiveState Perl)

by Anonymous Monk
on Feb 15, 2011 at 22:34 UTC ( [id://888401]=note: print w/replies, xml ) Need Help??


in reply to Re^4: @INC site/lib problem on Windows 7 and XP (ActiveState Perl)
in thread @INC site/lib problem on Windows 7 and XP (ActiveState Perl)

Storing default win32 ActivePerl perl in a directory called 5.10 will break @INC, see How is the default @INC constructed?
$ perl\bin\perl.exe -le "print for @INC" C:/tmp/ActivePerl-5.10.1.1006-MSWin32-x86-291086/ActivePerl-5.10.1.100 +6-MSWin32-x86-291086/perl/site/lib C:/tmp/ActivePerl-5.10.1.1006-MSWin32-x86-291086/ActivePerl-5.10.1.100 +6-MSWin32-x86-291086/perl/lib . $ rename perl 5.10 $ 5.10\bin\perl.exe -le "print for @INC" C:/tmp/ActivePerl-5.10.1.1006-MSWin32-x86-291086/ActivePerl-5.10.1.100 +6-MSWin32-x86-291086/5.10/lib .

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-28 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found