1. mod_php is easier to install than mod_perl.
    Well, I'll give you that one..

  2. PHP is easier to learn than Perl.
    Sure, you trade power and expresiveness for simplicity. Which is why so many small projects use php and very few large projects do so.

  3. PHP is fast.
    Mod_perl is fast, c is faster then both. ASM is probably faster then c.

  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.
    Wow. I mean, wow man, so now php is atleast barely equivalent with every other language? Java is cmd line. Perl is cmd line. Python is cmd line. Same for 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.
    See earlier arguements about making a single programmer more powerful vs a team.

  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).
    If you need documention for perl, you go to perldoc.com, or man. If you need to ask a person, you go to perlmonks.com/org

  7. PHP is open source, but better marketed than Perl.
    Thats quite possibly true. Perl needs a better PR campaign.

  8. PHP is buzzword compliant.
    Compared to what..?

In reply to Re: 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.