I agree. In my experience, all of the RH distros install older versions of Perl. After installation, I have to undergo the arduous task of installing the modules I want and need for my server setup using the -MCPAN shell. This decides to update Perl for me, gets it, rebuilds it, and installs a new module tree under the current version number. This is a pain in that all the old installed modules (supplied under the old version number tree) are no longer normally available to the updated binary. This involves the painful ordeal of symlinking the old tree into the new one, making sure not to duplicate module branches. Grr.

Perhaps there's a simpler way of doing this, or perhaps I'm doing something wrong. Perhaps some suggestions would be helpful.

And perhaps if Perl wasn't tightly bundled / integrated with the OS (whatever your distro is), the process of installing, configuring and maintaining your Perl install would be a good bit easier.

-Shawn
(Ph) Phaysis
If idle hands are the tools of the devil, are idol tools the hands of god?


In reply to Re: Re: BSD relegating Perl is short-sighted by Phaysis
in thread no more perl in BSD core by tstock

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.