in reply to Controlling Running Perl Scripts

You could change them so they run from the command line instead of as CGI scripts, then run each one as an actual cron job.

There's a module Schedule::Cron that could be useful, if for some reason you can't use cron itself.

HTH!

Best wishes, andye