Like my fellow renegade dsheroh I too shun the conventional wisdom and for mostly the same reasons. There are some caveats, however. I do not run a rolling-release and do not do any O/S upgrades in-place. Bitter experience has taught me never to do that again and it also enforces a review of what is actually needed at each upgrade time*. Also because of $WORK I tend to keep my local environment in sync with production AFAP and using the O/S perl helps with that. The other main caveat is that I am the sysadmin so am the one in control of the system perl.

For a few years at the turn of the millennium we used a non-standard perl because back then the advances in Perl itself were rapid and substantial and there were requirements to use some of the latest features. So we went the self-compiled route and installed it under /usr/local/perl-$VERSION and went from there. Post 5.8 that became a non-issue once more and I've been using various system perls ever since with zero complaints.

* It is currently upgrade time, so this is all clear in my focus at present.


🦛


In reply to Re: How do you run Perl on _your_ system? by hippo
in thread How do you run Perl on _your_ system? by silent11

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.