* be very fast, as we had compiled PHP into Apache.
mod_perl is extremely fast. See the success stories at http://perl.apache.org.
* be nice to program web applications with - right out of the box(with no additional modules or packages), you get the ability to mix PHP programming code in with html. This was new for me, but I quickly grew to like it - A LOT!
There are about 30 different ways of mixing HTML and Perl in the CPAN. And what's with this obsession with "out of the box"? I can type one CPAN command to install all of Mason or Template or HTML::Template or EmbPerl. And this way, I can choose which model I want to use, not a lock-in with the One Only Way of PHP.
* come stock with a lot of great web stuff, including a session management framework that allows you to setup session management in flat files or in the database of your choice, relatively easily.
Again, one command away, and I have everything you ask. Apache::Session and friends comes to mind.

-- Randal L. Schwartz, Perl hacker


In reply to •Re: Re: •Re: Perl or php for database edits? by merlyn
in thread Perl or php for database edits? by KPeter0314

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.