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

AT is simple to use. Use military time:
at 14:45 "perl program.pl"

It is easier to set them up with the Task Scheduler in windows, but you can still view the schedule by typing "at" at a command line. (Even via telnet.)