All of my production code uses 5.6.2, any experimentation or "fun" stuff is usually on the latest stable release, so currently it would be 5.8.6.

A couple of things I think really worth pointing out are that probably early 5.8.x release should be avoided, IMO 5.8.4 is the first one really production worthy, and that before migrating from 5.6 to 5.8 its well worth doing a speed/feature analysis. Some code appears to run much faster in 5.6 than it does in 5.8 and if you dont need the added features of 5.8 it may be that migrating results in slower code. I do recommend making sure you are using an up to date 5.6 release.

A last comment, ive observed that there are definite differences in behaviour of the different versions on different platforms. Users should always specifically investigate ther own circumstances before migrating as good advice from others may be inappropriate in an alternate enviornement.

---
demerphq


In reply to Re: Which perl do you use? by demerphq
in thread Which perl do you use? by brian_d_foy

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.