<humble><opinion>
   I will start off by saying i have done very little with PHP, but from what i have seen it is very good for CGI, but i have yet to see it used for non-CGI programming. This makes me wonder, am i the only non-CGI Perl programmer ? Do others not have batch processes ? hmmm ... i would wonder.
   Let us not forget, that while Perl is good for CGI, there was perl prior to CGI.pm, and it's uses span farther. I think the right tool for the job is always important, and sometimes i guess perl is a bit much (so, no need to load the perl interpreter to move one file from cron, shell might be better). If PHP is quicker for CGI, i do not contsest, but remember that the power of a language can come in handy during the scaling times. So, in short, i am sure people will argue this until they are a nice shade of maroon, and this will become a post as long as the Amazon, but if PHP is a better tool for the job, use it, but be mindfull (always) of the flexability of the solutions chosen.
</opinion></humble>
Thus spake the Master Programmer:
"When you have learned to snatch the error code from the trap frame, it will be time for you to leave."
-- The Tao of Programming

In reply to Re: PHP vs. Perl for the 10,000th time by MZSanford
in thread PHP vs. Perl for the 10,000th time by kha0z

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.