Granted, mod_perl is extremely fast. I've only done very little mod_perl programming, but what I have done illustrated to me that mod_perl is not trivial to setup - it is very powerful, but with that power and performance comes some complexity. Just my opinion :-)

Again, granted. Perl has had many great modules developed to enable people to program websites more easily. But, you have to choose one, and learn it, and then use it to create your website. With PHP, there is one way to do it - no other packages to know, or download - even if downloading and installing is only a 1-step process.

I'm not attacking Perl - really I'm not! I'm just trying to present PHP as a likable alternative to Perl *for web application programming*. PHP was designed from-the-ground-up for that purpose, whereas Perl was not. If you like Perl, then definitely Perl is a very stable, mature environment where you can find modules that either already do, or make easier, almost any task you need to have programmed - including web development.


In reply to Re: •Re: Re: •Re: Perl or php for database edits? by hmerrill
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.