On Wednesday something killed Windows on my old drive, so I started in on the install of the new one that we had lying around waiting to be installed. I am almost done getting everything just so on it but found a problem with how Strawberry set up Perl.

Ages ago I set up Perl on my computer using ActiveState Perl. Something about it bothered me, so after a long discussion about it here and elsewhere, I decided to install Strawberry. I had thought that I had gotten all of ActiveState uninstalled, but apparently I didn't.

Within the last couple of months, I had set up Apache so that I could test my scripts in my browser. Everything was working well. My scripts were displayed in my browser, and I was enjoying my successes and even some of my failures. (Sometimes failing is a good thing, it can lead to new insights.)

Now, with this new hard drive, I did fresh installs of all of the software just to keep the clutter down. However, Strawberry and ActiveState do not set up Perl the same. Now, I don't know what I want to do here.

  1. Just use Strawberry, but go through all of my scripts and change I don't know how many shebangs to make it work (along with changing a few other things like the new root directory). Also, dig into my computer's configuration to get how Perl scripts run sorted out.
  2. Uninstall Strawberry and install ActiveState so that I don't have to change all of those shebangs and hope that ActiveState sets up the computer the way it was with the old drive with a few minor exceptions of things I did separate of both installs.
  3. Have both on the computer and see if there is a best of both worlds scenario.
  4. Uninstall Strawberry and reinstall it using a custom directory to match what I already have in my scripts.

I am on the proverbial fence here. I just don't which "yard" to jump into. Any thoughts?

Update: Add fourth option which I am now considering.

Have a nice day!
Lady Aleena

In reply to Which Win32 distribution of Perl should I use: ActiveState, Strawberry, or both? by Lady_Aleena

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.