Hi enrgyxprt,

That "something" is kind of important, since the first release of v5.something was in 1994 and v5.24 was released last year :-)

In general, newer versions are of course better than older ones - there have been features added, security holes fixes, speed improvements made, etc. However, there have been some deprecations, so if the jump from "something" to the latest version is large and you experience problems because of this under v5.24, you may end up having to step through the major releases (v5.12, v5.14, v5.18, etc.) and test your script under each. The reason is that quite a few features went through deprecation cycles where Perl would first warn that a feature was deprecated, and the feature wasn't actually removed until a later version. However, it's also very possible that you're not using any of these deprecated features and that your script will work just fine under the latest version, so I'd recommend you try it out.

Update: See also the replies in this thread (from which I copied a sentence from my reply ;-)), and perlhist and the perldeltas for changes in each release of Perl.

Hope this helps,
-- Hauke D


In reply to Re: ActiveState new vs old? (updated) by haukex
in thread ActiveState new vs old? by enrgyxprt

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.