in reply to Mod Perl info

PHP is just simpler if you want to include small snippets of code in a page. I know some people think mixing code and text is evil, and advocate template systems instead, but those are always more complex and require more overhead. I tend to use Perl more for complicated algorithms and admin functions where the displayed results don't have to be pretty, since you can usually write the same code in half the space using Perl instead of PHP. Both languages have their uses.