I know I'll burn in hell for this :) but I just could not resist temptation to troll on PHP vs. Perl topic. You know, last months I've participated in couple of PHP projects and my frustration shows.

PHP has one central website for news, documentation, downloads, etc (php.net). Perl websites are scattered all over the place: perldoc, useperl, perlfaq, etc.

Show me central website for PHP modules downloads (similar to CPAN). There is no such beast (and no, small collections of PHP libs on PEAR doesn't count).

PHP is very easy to install. mod_perl is not.

This was commented in other subthread. If you forgot to compile in support for, say MySQL, you have to recompile PHP. Well, actually there is exist a way to compile support for it separatly afterwards but I would not call it simple.

PHP is open source, but has significant corporate backing (i.e, Zend) that Perl lacks

So what? Perl can be successful without any corporate backing.

The PHP community is trying hard to make the next version of PHP a worthy contender to Java in the Enterprise world. The Perl6 community could care less.

Perl5 is already there.

PHP makes the easy things even easier.

Not it my experience though.

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org


In reply to Re: Re: Re: Re: Preaching Perl gospel to PHP converts... by IlyaM
in thread Preaching Perl gospel to PHP converts... by vladb

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.