in reply to Re^2: Tracking actual time spent sleeping: Is this bad coding?
in thread Tracking actual time spent sleeping: Is this bad coding?

If you're worried about the startup costs of cron, I've had excellent experiences with Schedule::Cron. You can daemonize the process and tell it to run a coderef on schedule.
  • Comment on Re^3: Tracking actual time spent sleeping: Is this bad coding?