The current version of Perl is 5.10.1.

To be precise what advantage does one hold over other?

That's the problem, it is difficult to be precise because many of the differences are subjective.
Strawberry Perl is more of a community project and Open Source, so if you want to support the community and Open Source then support Strawberry Perl. It has to be said though that the installation of ActiveState Perl is very polished and seemless.

Installing or writing modules that have an XS (C) component can be an issue. If you have Microsoft Visual Studio C (MSVC) already installed then ActiveState is easy, but you do have to be careful with runtime library versions. If you do not have MSVC then you can download binary versions using ppm, but that is not complete and versons lag behind the latest.
Using Strawberry Perl we get the GNU C compiler bundled, but there is no ppm equivalent, although cpanp is easy to use.

Although it pains me to say this, if you are a begineer and for the maximum number of compatible modules I would go with ActiveState.

In reply to Re: Which Perl version shall I use? by cdarke
in thread Which Perl version shall I use? by paragkalra

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.