in reply to Improving Perl Speeds in Apache

Assuming you are already using mod_perl (if not, that would probably be my first suggestion unless you are using something like FastCGI or SpeedyCGI....) here is the mod_perl tuning guide.

I've found that the slowest part of many dynamic web sites is the interaction with the database. Optimizing your SQL queries and database setup tends to be time well spent....

-Blake