in reply to Using Trigger Files
But you could also use cron to run a perl program every minute or so which just checks a few things and decides whether it really wants to trigger your main program. That way you could do most of your scheduling in Perl.
You should also remember that if you restart your computer, you will want to have a boot script to start your uncronned program every time you restart as well.
|
|---|