in reply to Scheduling a Perl Program

If you're not on a Unix machine with cron, a pure Java implementation called JCrontab which has worked well for me on Win32 systems. It uses the same crontab syntax and is cross-platform as well. It's got a few quirks (it's open-source), but it's easy to setup and run.

Chris
M-x auto-bs-mode