There are quite a number of perl based webservers out there. Ofcourse I'm extremly biased but I'm pretty confident mod_perl does things to Apache that no other programming language does with Apache (besides C ofcourse)
Java might be the hype of the late 1990s and the early 2000 but it's still as slow as hell. It needs LOADS of hardware (which means a dedicated server). Also, Java is extremly bloated (initializing 3 classes to read from a file is just a tad too much of the good stuff for me). Using Servlets/JSPs/WARs in Java makes it even more complicated. If I was an individual or an organisation and I needed some 'dynamic' site but wouldn't want to spend some hard cash on hardware, I would not even consider Java.
For PHP, as far as I know, Zend isn't even a true webserver engine... ofcourse you can (correct|downvote) me if I'm wrong.
Over the past few months, I spend quite a few thousands lines of perl code on mod_perl and I love it. You can do dynamic sites with minimum effort in mod_perl. There are a few template tools that integrate quite nicely and give you the development speed and flexibility, not to mention a rather short development time frame.
Just my biased €0.02
Greetz
Beatnik
... I'm belgian but I don't play one on TV.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.