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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
this is what i do when installing a new perl version and want to retain the old one: suppose i have perl 5.8 installed in c:\perl , now when i want to install perl 5.10, first i rename c:\perl to c:\perl58, then installing 5.10 as usual to c:\perl , and when i want to use the old 5.8 i rename the new c:\perl to c:\perl510 and c:\perl58 to c:\perl , and if i want to install strawberry, rename first the activestate perl to perl510 and perl58 then install strawberry, now if you want to use perl 510 rename strawberry to something like strawberry512 and perl510 to perl. the same if you want to install camelbox to enjoy its Gtk2. this is a successfull approach, i am using it from long time ago.
so this way you will not bother of what is the first in the Path, because you have renamed the folders you do not want to access now but the strawberry folder as an example
my path like this:
c:\perl\site\bin;c:\perl\bin;c:\strawberry\c\bin;c:\strawberry\perl\bin;C:\camelbox;C:\camelbox\bin;
the only restriction is the ENV variables which a few modules may use.
and we can automate this naming and renaming using Bat files.

In reply to Re^4: installing strawberry and activeperl by orange
in thread installing strawberry and activeperl by targetsmart

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 scrutinizing the Monastery: (5)
As of 2024-04-20 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found