Hi $h4X4_|=73}{,

How big of an overhaul your program would need really depends - there is plenty of Perl code that runs fine on Perl 5.24 all the way down to 5.6 and even lower. If you do want to try out an upgrade, I'd recommend you don't jump directly from 5.8 to the latest version, instead run your script on 5.10, 5.12, 5.14 etc. all the way up to 5.24. 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. That is admittedly a bit tedious but there's perlbrew to help you, and if you have tests those will help very much as well - and if you don't, it's never too late to add at least a few smoke tests :-)

Hope this helps,
-- Hauke D


In reply to Re: Upgrading Perl 5.8 program to 5.22 by haukex
in thread [SOLVED]:Upgrading Perl 5.8 program to 5.22 by $h4X4_|=73}{

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.