The unfortunate part about Perl today is that people are getting lazier and less competent. If you were a programmer just 12 years ago, you probably had at least some idea of what you were doing.
But you don't need that anymore. Any script kiddie can fire up Notepad and copy-paste a tutorial from the internet and use some random PHP functions that have some vague description.

I don't understand how people manage not to drive themselves insane while using it. You don't have consistently-named functions, you do have different functions to do the same thing, you get useless error messages, and it all uses a lot of memory, as every function must be loaded.
And don't forget not being able to add a wrapper around a different library without recompiling the whole of PHP. How's that for extensibility?

PHP's popularity is mostly because of the big commercial push by Zend, which also spread FUD about Perl and it supposedly being a thing of the past.
On the plus side, however, if you need something thrown together quick, you can hire PHP users for less money than for another more practical language, I've heard.

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."

In reply to Re: Best Perl Web Site showcase? by thomas895
in thread Best Perl Web Site showcase? by Endless

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.