"Perl is a very powerful, robust language with a lengthy history. Although the newbie might think that Perl is more complicated than it needs to be for web development, experienced programmers will appreciate the vast array of options available with Perl."

Being a Perl novice and not at all a web programmer of any kind, my perspective is more broad-based (some may think it useless) but I have a general impression of maybe why Perl is not a favored language for development. It seems to me that newer scripting languages focus on delivering solutions that can be marketed as clean, easy, and quick-to-learn, while the powerful folks who use and develop Perl develop these same things for those already inside the community. With these other languages, the focus is narrow, there's one common platform that everyone uses. Perl has a problem rooted in its philosophy of TMTOWDI where you're free to do and use practically whatever you want (and usually there are a multitude of solutions thanks to CPAN).

Mind you this is a rough perception, and if it's untrue it's an unfortunate result of the general discussion going around, but a manager at a big company won't necessarily know all the various wonderful details and abilities of Perl, but rather what the competition is doing.


In reply to Re: Perceptions of Perl - views from the edge by whakka
in thread Perceptions of Perl - views from the edge by tim.bunce

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.