I have seen a lot in this thread...about how perl should be extended, or managed, in order to make it a panacea for all that needs to be programmed.

I don't see this thread as suggesting that perl is the answer to every programming problem. I do see people wanting to use perl to solve some programming problems in an enterprise computing environment, and finding that some aspects of how it's packaged and its culture has evolved throw up some barriers to acceptance in that environment.

Implicitly, you're suggesting that these barriers are intrinsic to perl and that, essentially, it isn't an appropriate language in the enterprise--that's simply not perl's niche. I think the point is that there are enterprise programming tasks for which perl would be the right language, if only people could satisfy some of the traditional MIS concerns about introducing any new tool to the environment: packaging, administration, engineering process...

The question isn't, "Can we extend perl's syntax and modules so that every enterprise RPG/Cobol/Lisp/whatever program can be rewritten in perl?" It's, "Can perl's surrounding infrastructure be cleaned up a bit so that an enterprise programmer can choose to use perl when it's appropriate without scaring management and the IT department?"

In reply to RE: Perl's Niche by knight
in thread why i may have to leave perl... by eduardo

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.