One of the common attitudes I've seen (elsewhere) on the net is that Perl isn't a "true" language. Unfortunately, most of the things I've seen in Perl are things for which this might very well appear to be true- Perl programs with GUIs are few and far between, and there are very few programs which would hold appeal for people other than sysadmins and their ilk.

Further, many people hold the opinion that Perl is good only for data munging (Like, say, Practical Extraction and Reports ;-) and CGI, but if you want to do REAL work, you should use some other language.

Has anyone seen any truely impressive programs built in Perl which do whiz-bang things, have shiny bells and whistles which impress PHBs, and generally demonstrates that Perl is both easy to use AND powerful?

Update:
(In case I wasn't clear enough above, this is not a criticism of Perl... I love it, but have a hard time convincing other people of its merits.)

Update II: On a slightly more glib note, one might note that Perl is easily provable to be a "true" language. Need to convince someone?

if("Perl") { print "I told you it was \"True\"!!"; }

In reply to Perl for the Masses? by Superlman

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.