Hmm, not sure that I should try to say something relevant after the excellent, detailed and well-argumented answer by davido. Especially in view of the fact that I am using Perl mostly (and by far) on Unix/Linux systems. And even on Windows, my favorite Perl environment is Cygwin. For two reasons: 1. because the Unix shell, whether sh, ksh or bash, is so vastly superior to the DOS cmd that there is not even room for discussion; 2. it is much more compatible with the rest of my work under Unix.

Now, I am also occasionally using Perl under Windows (perhaps only 5 to 10% of my Perl activity). I have been using ActivePerl for a number of years, and I must say that I mostly got what I needed from it, I can't complain. I can't say, however, that I loved it, but it sort of did the job. I discovered Strawberry quite recently, and I love it much more. More up to date (Perl 5.18 vs. Perl 5.16), more modules, easier to use. And the recent policy shifts of ActivePerl only increase, in my view, the advantage of Strawberry. Personally, I would really favor Strawberry, but it is true that I certainly don't really care about the level of support on Perl under Windows, because my company is not going to pay for support for Perl under Windows, and neither will I.

One final advantage of Strawberry is the Perl portable version. Just put a Strawberry portable implementation on a USB flashkey, together with your programs, and you don't need to install anything on your client's workstation. You can just run the whole shebang from the USB device. This is a major advange in my view.


In reply to Re: Advantages of Activeperl vs Strawberry Perl by Laurent_R
in thread Advantages of Activeperl vs Strawberry Perl by Anonymous Monk

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.