PierreForget,

I see you're using the system perl /usr/bin/perl. I suggest you at least consider not touching the system perl at all, instead building your own perl (as non-root) that you can safely control, and experiment with, and install CPAN modules to, without risking breaking your Unix system.

Conversely, Re: Prefer Pure Perl Core Modules notes that relying on the system perl couples you tightly to the OS' upgrade schedule, for both the language and CPAN modules ... so a "harmless" OS upgrade can potentially break your serious mission-critical systems, if they are using the system perl.

Many more references on this topic can be found at Re: Replicate Perl setup (Building and Installing Perl References).

If you're not doing serious stuff in Perl, you can just Forget about this advice. :-)

References Added Later

Examples of building Perl from source:

👁️🍾👍🦟

In reply to Re^4: catch die from say (Building your own Perl) by eyepopslikeamosquito
in thread catch die from say by PierreForget

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.