in reply to cron-like timing within perl script?
There are a number of cron-like perl modules on CPAN.
I worked with Schedule::Cron, and it performed rather nicely. If you don't want your jobs to fork you may want to try Schedule::Cron::Nofork (haven't checked this one yet)