in reply to Re: mod_perl or CGI.pm?
in thread mod_perl or CGI.pm?

Yes, definitely take a look at SpeedyCGI if you're not able to use mod_perl. (Think of it as mod_perl without the headaches.) If you're using strict properly and cleaning up after your globals, you can often use the script as-is without any modifications.