why on earth would you then use a perl that has been built by someone else for the purpose of helping to run an operating system

Does this argument not also apply to any number of other tools on the operating system? Why use the system's bash? Why use the system's libc? I install a distribution specifically so that I don't have to compile all my own software from scratch. I don't think it's off the wall to assume that what's good enough for my distribution's purposes is good enough for mine.

I also think it's normal that an OS's version of some software is not suitable for what I'm doing, especially if what I'm doing is particularly sensitive to performance or particular features. That, however, should be the exception, not the rule. For more mundane work, I expect the OS's tools to be acceptable, not, as in this case, a thousand times slower than necessary.


In reply to Re^2: blaming perl for not using a build policy by kyle
in thread blaming perl for not using a build policy by trwww

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.