http://qs321.pair.com?node_id=864256


in reply to Re^2: installing strawberry and activeperl
in thread installing strawberry and activeperl

Ouch!!   What a strangely hostile and disrespectful reply ... and in such a public place ...

I endeavored to answer the question, nothing more or less.   I thought my reply was accurate and relevant.   Maybe it was not.   If I am wrong, then, please, just correct me.   “I stand corrected.”   If the post was taken to be Windows-bashing, that was not my intention.   The influence of the Registry values on a Windows system can be deep and unexpected.   I thought that a pitfall might apply here.   Maybe I am totally wrong.   Just correct me; don’t mock me.   Thanks.

Replies are listed 'Best First'.
Re^4: installing strawberry and activeperl
by orange (Beadle) on Oct 08, 2010 at 18:31 UTC
    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.
Re^4: installing strawberry and activeperl
by Mr. Muskrat (Canon) on Oct 11, 2010 at 18:06 UTC

    I think you read too much into BrowserUK's response. I see no mocking. I see no hostility or disrespect. I simply see a desire to lay out the correct information.