NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Deployment (Score:2)
I reckon the number one reason why PHP has taken over from Perl in the web space is simply deployment. Compare installing (say) wordpress to any mod_perl app om this planet. Then consider setting up a development version. In the same server. It rapidly gets very difficult.
The mod_perl architecture is oriented towards speed, not necessarily simplicity. Whilst this is good in some ways, it's definitely offputting to beginners.
-Dom
Reply to This