Perl is not being used for large projects as much as PHP. Why? Because of a number of good reasons that many Perl advocates are ignoring:
  1. mod_php is easier to install than mod_perl.
  2. PHP is easier to learn than Perl.
  3. PHP is fast.
  4. PHP is powerful. You can now use PHP at the command-line. You can even use PHP for shell scripting or to build GUIs.
  5. There are not as many ways of doing things in PHP as there are in Perl. This is a positive thing for PHP if you have large projects with a large team of programmers working on code for a long time.
  6. If you need help with PHP, you go to one source: www.php.net. If you need help with Perl, you have many different websites offering different things (like documentation, modules, articles, etc).
  7. PHP is open source, but better marketed than Perl.
  8. PHP is buzzword compliant.
I have belonged to the Perl community for some time and I don't know if anyone else is noticing this, but the same websites are always referenced when discussing large projects. These sites are etoys, Amazon, CNNSI, Slashdot, Wired, TicketMaster, and few others. How long and impressive do you think the list of sites using Java and PHP are?

In reply to Re: Re: Is perl scalable? by Anonymous Monk
in thread Is perl scalable? by silent11

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.