FWIW, and this is my personal prefered dev environment...

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.1/3.3.5/specs
Configured with:
Thread model: single
gcc version 3.3.5 (propolice)

It was only a few releases ago (each release is 6 months apart) that OpenBSD was shipping with gcc 2.95 as the system compiler. And they're currently in the initial stages of discussion about replacing gcc because it's getting big, bloated, buggy, and regularly drops support for various architectures that some people still use.

Perl isn't at all like that though. If anything, later releases fix bugs (while adding a manageable amount of features/bloat), and that's a good enough incentive to upgrade IMO. But not everyone out there sees it that way, or cares at all. In which case, I say to them "So be it!" or "As you wish!", and write my code so that it functions even on ancient releases. Because to me it's neither difficult, nor a great burden to support 5.005*, and I'm content enough to be able to get paid writing Perl code in the first place.

Heck, it could be much worse. Apparently the python guys have to keep several versions of the interpreter around just to run older code!

* Except on Win32, and then I need 5.8 to do anything remotely useful. ;-)


In reply to Re^4: The need and the price of running on old versions of Perl by perlhaq
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.