I'm trying to come out of the stone ages (5.005003) and figure out what's new for the 5.8.x series. A quick google found a few sources: To summarize the majors:
  1. Good Unicode support
  2. PerlIO
  3. Improved threading
  4. Bug fixes!
  5. Safe signals
  6. Speed improvements
  7. Documentation
But I have to say that I don't seem to need many of these features. I program pretty much exclusively in english, don't use threads, and aren't (yet) doing anything cool IO. Seems to me that the primary benefit is just being able to use modern versions of CPAN releases (DBI, Class::DBI, WWW::Mechanize, etc). Right now at $work we're stuck using older releases until we find the time to upgrade the system perl. So I'm looking for the "killer app" of 5.8.x. What is so essential to you that you just can't live without it?

In reply to The latest & greatest in 5.8.x? by drewbie

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.