Perl is competitive with PHP's performance if mod_perl is setup. PHP has a very big advantage called
mysql_pconnect(), which uses persistent database connections. In a high traffic site it is boosting up performance significantly. You can set up Apache::DBI and mod_perl, and use persistent connections, if you rule that machine. Probably you cannot convince them to do that.
--
tune