I suspect that people's opinions on this debate are highly correlated with whether or not they have worked in an environment where they were forced to use an older version of Perl (or other similar package).

This is a simple, yet tremendously profound comment. For many organizations, upgrading language tools is a hairy business -- hence the reason I have to support compilers for the thirty-year-old F77 standard. Today, I have systems in production that run perl 5.005, 5.6.0, and (several variants of) 5.8.x. I'm hopefully eliminating the two older of these versions, real soon now (TM) -- but I expect the 5.8 tree will be around for some time. This is primarily because 5.8 is "current" for the OS versions I am using, and getting approval from the software police requires approval from God, Congress, and Griffin (the mythical creature, not that guy in finance :)).

I am primarily a module user, and all the modules I write are for internal use only -- but I know the pain of trying to code for a perl rev that doesn't support 3-arg open() or function prototypes. Occasionally, that situation forces me to defer code reuse and roll my own because I can't find a compatible version of the .pm I want.

Based on this experience, I can completely understand why module writers don't want to be burdened by trying to get their code working under older Perl revs. I am also extremely grateful to those of you who do.


In reply to Re^2: The need and the price of running on old versions of Perl by papidave
in thread The need and the price of running on old versions of Perl by szabgab

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.