The act of sorting languages by overall utility is an exercise that is unlikely to yield useful results, and measuring a language by how appealing typical applications are to the general public also seems rather silly to me. If GUI sophistication is the measure of a "true" language, then Perl is probably not going to show very well, though the tools to do good GUI development do exist as has already been pointed out. It may be that the kinds of tasks that Perl is most often applied to don't need or want a GUI front-end... unless you count your web browser!

I think what you may be seeing is the way Perl is viewed by the general 'net population, to whom VB or even Excel macros ar far more familiar and friendly, and Perl is cryptic and foreign. How that leads one to believe that data manipulation is not real work I am at a loss to explain. It sounds more like these people you are refering to are judging their languages by their user interfaces. That may be appropriate for some, but for me at least, data munging is by far more real and important than flashy interfaces (but then I'm not currently writing end-user applications).

I've coded seriously in many languages for my work and research, and though my Perl code is neither flashy nor whiz-bang, it certainly makes my job much easier (and more enjoyable) than anything else I've used. Try moving any other code from a DOS to a VAX to Win32 to LINUX without any significant modifications - Fortran always put up a big fight but Perl copes very well. In the end, it is how well a given language suits your specific task and environment that should determine whether you use it, and the huge code resource of CPAN combined with the awesome teaching power of The Monastery are two significant bonuses for me.

--
I'd like to be able to assign to an luser


In reply to Re: Perl for the Masses? by Albannach
in thread 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.