I've used PHP for most of my web database work, but my new task set has me using Perl a lot more again, so I've got some experience to comment with.

I can't address Java, because I've never used it, although one of my programmers swears by it. Ditto Python.

Perl (IMHO) is syntactically harder than PHP. Expect to have a learning curve here, and be prepared to buy a copy of every o'Reilly book released on Perl. That's the only way I survive Perl, and, even at that, I need Perl Monks troops to come to my rescue occasionally. Perl is (IMHO) more powerful than PHP, especially when you compare the module archives available for each.

I would agree wth the poster who argued for writing your abstraction layers in Perl as opposed to C. I used to wing it on projects with different languages for different parts of the job, but, over the long term, maintenance will bite you. This is going to be a big, long-term project, and I'd evaluate it carefully in that context.

In reply to Re: Advice of picking the language for my job, please by samizdat
in thread Advice of picking the language for my job, please by gb_lexter

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.