in reply to Perl CGI Loads Slow

You should profile your code, find out exactly where any bottlenecks are, use Devel::NYTProf. Consider another framework, such as Mojolicious and persistence to eliminate the start up time. The documentation takes you through starting with Mojolicious::Lite.