I don't think a more difficult question could be asked. For of all the places I've lurked and enquired no community has been more responsive, ingenious, or intriguing as the Perl community. I've learned more about code and the art of code (no matter what the language) through my association with Perl folks.

However, ( Inserts foot in open can of worms -- eew ), There is one area that only fans the flames of Perl detractors -- lack of standards. It's a difficult issue for the Perl community to resolve as the P5EE group has found. However without them I see no way that managers in large corporations will ever find it a maintainable practical language for anything other than batch and system scripting.

In my own expierience I wrote a large well documented, modularized, extensible Perl application that since being passed on to others to maintain has become unreadable undocumented code due to the the motivation to create job security for the ones that took over the application. As the managers only see code that looks obtuse and complicated it is shunned, but because it has become so vital it is maintained.

The lack of ability for managers to have understandable standards by which they can set expectations on Perl applications is something the Perl community really needs to figure out how to meld into TMTOWTDI. If it were any other community than the Perl community I would think this is impossible.


In reply to Re: How would you rewrite perl community? by coreolyn
in thread Would you rewrite perl community? by Eyck

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.