Perl has mod_perl , a module built-in to the apache web server, which addresses this speed issue. It requires a slightly different programming technique, but works well. For more mudane speed improvements, there is FastCGI which Perl has an interface to.
If you want pure speed, at the expense of developer time, use c or c++.