If you want a very stable use Perl-5.6.1 ... Use at least Perl-5.4 in linux

Why? You make two very sweeping statements there, with no underlying arguments at all. Later versions obviously have bugfixes, obviously have new features, but the stability of the versions doesn't necessarily change from release to release.

Perl 5.004, which we (mainly) use, can handle the 100,000 rows of data we throw at it, and output the reports we need quickly and efficiently, without crashing. That's our requirement for stability - and 5.004 meets it.

In my mind there's very little substance in a "update, because a later version's there" mentality. We don't need bleeding-edge, we need mature, stable code and mature, stable scripts. I'm not saying that later versions of Perl aren't mature and stable (completely the opposite, I'm sure they are), but from my perspective, and the point of view of the other people in the tech group where I work, there's very little potential benefit in spending a weekend upgrading a system and ensuring that everything we have still works. Ultimately, the system we have isn't broken, so why fix it?

When it comes to mission critical systems, I think it's better to play it safe, and stick/cope with a solution that's guaranteed to work for at least a short while longer, rather than perform an unnecessary upgrade and risk things failing.

-- Foxcub
A friend is someone who can see straight through you, yet still enjoy the view. (Anon)


In reply to Re: Re: Inconsistencies between Perl versions by Tanalis
in thread Inconsistencies between Perl versions by Tanalis

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.