Sorry, but another vote for leaving it alone. If you're stuck on particular bugs, or if modules you use regularly have been upgraded and only work on later versions of Perl, that could give you the basis of your case for upgrading. But why 5.10??? The fact that you're talking about only getting the features in 5.10 suggests it's more of a "latest and greatest" kind of thing than any real business need. Perl 5.10.1 fixed a bunch of bugs in 5.10, and there are two major releases after that, with 5.16 not too terribly far away; so upgrading to 5.10 is just pointless.

Still, if you just want to install a more recent perl, perhaps pointing out to your bosses that you're three major releases behind, you could also replicate CPAN on a local machine, and install current modules from there.

But if all you want is say and given/when, you can replicate something quite close to those quite easily.

--marmot

In reply to Re: Arguements for upgrading from Perl 5.8 by furry_marmot
in thread Arguements for upgrading from Perl 5.8 by dlarochelle

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.