Personally I'd say if you're using anything older than 5.10.1, then you're a lost cause.

Some major new features were added in 5.10, including state, given/when, smart match and the defined-or operator. (Not to forget say, which although not major, is nice.) There were also important but less visible internal changes, such as to the regular expression engine. And there were some pretty big changes in the supposedly minor upgrade 5.10.1, including improvements to smart match, a Unicode upgrade, and autodie and parent becoming part of core.

Releases since 5.10 have had new features too, but these seem less compelling. Although I currently use 5.16, I have so far eschewed relying on post-5.10 features in publicly distributed code, preferring to keep compatibility with 5.10.

With regard to RHEL, it is well-known for shipping pretty ancient releases of software. Luckily, App::perlbrew will happily run on Perl 5.8.

PS: If the legal department object to installing a newer version of Perl via perlbrew, then it seems they would be unlikely to be thrilled about you downloading and executing random code from the monastery at all.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

In reply to Re: What is a really old version of Perl? by tobyink
in thread What is a really old version of Perl? by Argel

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.