Perl is definitely (among some) given a very bad rep. And I really have no idea why.

I have an idea on why this happened, though it really isn't more than just an idea. Since the beginning of time humans liked to talk about stuff they don't know or understand. Someday someone said "Perl is just for text processing," and someone else said "Perl is ugly line-noise." And that just sticked. All over the world this urban legend is repeated, mostly by people that never have seen a Perl program or talked to a Perl developer.

With such a biased view, it doesn't even matter if someone even ever happened to look at some Perl code. Because: of course it will look like line-noise to them. It has all those weird chars and doesn't seem at all like $random-language-they're-writing-guestbooks-in.

And now, many years later, it's just fixed in peoples minds. I have even met "militant" perl-enemies, who can't accept that Perl might not be the way they're picturing it. I usually stop the conversation when the other side runs out of arguments and starts with ad-hominem or mocking attacks. One of the first arguments is often that there's too many ways in Perl. It's not that they have a simple problem and want a simple solution. It's not that they have a project on such a low level that it isn't needed to evaluate strategies and design decisions. According to those people, there are just too many ways. Period. If you don't accept that, you're wrong.

But the most outstanding thing in all those discussion is that it is built to (estimated) 90% on prejudice. But it sticks and it will stick, because there are too many Perl experts out there that have never seen any line of Perl in their life.


Ordinary morality is for ordinary people. -- Aleister Crowley

In reply to Re^2: The REAL reason for why they choose PHP over Perl. by phaylon
in thread The REAL reason for why they choose PHP over Perl. by Spidy

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.