Depends on what you are doing wether it uses more resources. mod_perl for apache runs perl scripts faster than PHP in most occurrences. However, PHP is usually easier to build cross platform and cross database apps using things like PEAR, classes and database abstraction layers. I personally like PHP for most web apps, so I am a little partial to it.
-Andy
|