Why would I care what Slashdot says? I go here, not there. That having been said, PHP's ease of use means that most people are going to start with it rather than Perl, and even experienced Perl programmers may use it for small things, rather than going to the bother of messing with templates. The single best thing that could be done to popularize Perl to the masses would be to make Perl code embeddable in pages:
My rocket ship goes:<br> <?perl print join ' ', reverse 'BLAST OFF!', 0..10; ?>
This sort of format is really the only thing that makes PHP popular. If Perl could do that, I'd never touch PHP again. Also, someone needs to make an extended Perl install (and updater) that includes all the most popular modules not included in the standard install. Installing and updating modules can be a painful process, and programmers shouldn't have to worry about that side of things.

In reply to Re: Perl mindshare in web development by TedPride
in thread Perl mindshare in web development by gunzip

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.