in reply to Script takes 4x more time to compile on Windows
With questions of this sort it's generally good to check the root assumption, which is that it's actually necessary to switch. What does the script do, how often does it run, and why is it necessary to switch from CGI to mod_perl? How much server resources (specifically, RAM) does it use when it's running? How long would it take to rewrite for mod_perl from scratch?