On Jun 24, 2004, at 9:33 AM, William Martell wrote:

Hello Group,

Could anyone please tell me if there is a timer function in Perl. I am trying to get some perl code to run every morning, but I am unsure how to do it.

You could always sleep() for a day between runs, but that seems far too clumsy.


To me what you asked is a Operating System question. On Unix, I would use cron to run the script ever morning, for example.

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to