Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
First up, don't worry about the LIB and INCLUDE environment variables. They don't do anything for Strawberry Perl anyway.

1) Copy everything that's in the C:\strawberry\perl folder to C:\usr. Update: This doesn't mean that you simply copy that "perl" folder into C:\usr - that would result in the wrong directory structure for #!/usr/bin/perl to be pertinent. Instead you copy the folders that are in C:\strawberry\perl (namely bin, site and lib) into the C:\usr folder.
2) Rename C:\strawberry\perl to C:\strawberry\perl_hide so that it never gets loaded by mistake. You could delete it entirely if you're happy to burn your bridges.
3) In C:\usr\lib\Config.pm and C:\usr\lib\Config_heavy.pl change every occurrence of C:\strawberry\perl to C:\usr
4) Amend your path to include C:\usr\bin instead of C:\strawberry\perl\bin.

Afaik, that should be all you need do ... except that I don't how CPAN is affected. (I still install modules by the older, unautomated procedure, and don't use CPAN.)

Cheers,
Rob

In reply to Re^2: strawberry perl library path? by syphilis
in thread strawberry perl library path? by adrive

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-23 19:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found