...I've got a friend who runs the ISP where my company's domain is hosted, and where I do all my perl scripting.
He's much more versed in writing BASH scripts, and more recently PHP. However, he doesn't know alot about Perl, but insists that anything (Web/CGI-related) I can do with Perl, he can do better with PHP. He cites things like automatic form-variable creation and other features of PHP which make it so great for an embedded scripting tool. He also complains that my Perl scripts create an unnecessary load on his server (no mod_perl) which could be avoided or reduced if I used PHP instead. (Of course, there are actually *many* instances of many of my scripts running on this one server; my company has developed websites for many domains hosted on this same server, thus many use my perl scripts.)
Usually his complaints are precipitated by a single oopsie on my part, such as creating a nightmare-ish deep-recursion which temporarily brings the server to its knees for perhaps 20 seconds. I'm by no means a perfect programmer, of course.<BR.
So I have my faults, but that doesn't make PHP superior to Perl. What would you tell this person?

In reply to Not Inciting a Holy War, but... by Kozz

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.