Grandfather, I agree with you.

The OP should understand that it is not allowed to redistribute AS code.

Any Perl program that I write can be sent to anybody that I want.
But I cannot burn an image of my AS environment + my software onto a DVD.
AS requires that users download the AS Perl environment from the AS website.

There are some nice things that AS provides.
I am ready to start a new Perl project and I have to remember some things.
There is an AS command that will create an XML file of all my installed libraries. I update the Perl version and then run that XML file. In theory, everything is upgraded to the latest versions. However, I know that one library is not available in the current AS version...Bummer. But there are ways to fix this problem .

Active State is not completely free, there are some "yeah, but's".

I have a legacy commercial license for the AS Perl Dev Kit. I am not sure what Active State's new licensing policy means for me. In general, it does not sound good.

Update: I don't know how to do the AS update procedure with CPAN and Strawberry? If I update my AS and then create this module XML file, you download the latest AS version and then run my XML module file and BOOM, you have a clone of my AS environment. You won't find some .pl program that I send you that fails due to an uninstalled module. I have found this very useful with my working partners.


In reply to Re^2: ActiveState perl is free for commercial use by Marshall
in thread ActiveState perl is free for commercial use by srikrishnan

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.