Perl is Perl so scripts written in Perl will run with Activestate, Strawberry and/or any *nix version*.

I moved TO Strawberry from Activestate about 5 years ago because Strawberry comes with a C-compiler (gcc) and therefore - in my experience - has the ability to run more CPAN XS modules than Activestate. I found Activestate's autobuild process lacking and not all PPM's were available. It was much easier to just go to CPAN like I do on every other version of Perl.

"the Perl Scripts running in production environment use Activestate" statement I'm assuming means that Activestate is the Perl that is loaded on the production machines to run the scripts. There is no reason those scripts can't run on a Strawberry Perl installation or vice versa (your scripts run on an Activestate distribution).

*For the most part, excluding things like Win32::<Modules> on *nix.


In reply to Re: Advantages of Activeperl vs Strawberry Perl by VinsWorldcom
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.