in reply to A script that does an action every 5 minutes

If you're on Win32 (NT, 98, etc), check out Win32::AdminMisc on CPAN. It has functions which allow adding jobs to the "crontab" (AT list). You can use Perl to schedule your Perl script :-)
  • Comment on Re: A script that does an action every 5 minutes