Assuming you have no troubles with either install, PHP drops in and starts working a whole lot easier than mod_perl + a content package. If you have troubles with both, PHP is mega easier to deal with.

Honestly, that is the only thing Perl is slower at, in my real world experience. I've used both, I've installed both multiple times, I keep winding up in mod_perl. I've found that PHP, ColdFusion, and similar systems all make easy things real easy, categories of hard things ok, and everything else fricking impossible. Perl makes easy things ok and everything else possible.

A quick perusal of both would lead you to believe that PHP is quicker, but in the end, what will make all the difference is how quick you can do the hard stuff, computers today can flood T3s with dynamic content, but developer time is worth thousands of PCs...

--
$you = new YOU;
honk() if $you->love(perl)


In reply to RE: zdog judges perl vs. php by extremely
in thread zdog judges perl vs. php by zdog

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.