I agree with you!

Perl community is great - but never say never - there is always room for improvement.

Perl (IMHO) needs not just standards but many more things (that are more or less related to standards). Things like better advocacy (in general - not just for enterprises), more schools/universities teaching Perl and maybe even some sort of certification.

But when you think about it, all that would come as a result of increased interest of enterprise market?

O and maybe it's just me - but I had a hard time when I started learning Perl. Somehow I feel that real beginners in Perl don't have enough quality sources - and even those that exist aren't promoted well.

And then it ends up in people trying to read get/post params by hand (CGI.pm) or trying to make sort of templating system with regexp for each variable you want to include (HTML::Template) working directly with flat text databases (DBI.pm) ... Well it's how I started :)

Only good thing about it was the feeling that I had when I found out about those things in () and how Perl is even better than I thought before that :)


In reply to Re^2: How would you rewrite perl community? by techcode
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.