in reply to how can I automatically run the program every hour?

On Unix, you'd use cron. On Windows, there's a similar functionality. Neither of it has anything at all to do with Perl - you'd use the same if you wanted to run a C or python program every hour.

Abigail

  • Comment on Re: how can I automatically run the program every hour?