![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: possibility to start a skript as a cron-job without accessing the crontableby idnopheq (Chaplain) |
on Aug 26, 2001 at 16:21 UTC ( #107918=note: print w/replies, xml ) | Need Help?? |
Net::Daemon or Chapter 17, recipe 17.15 in The Perl Cookbook. If you're on a Win32 box, I think there's a Win32::Daemon as well.
You would have the program sit there and wait for a certain time or time interval, then do it's thing. A quick Super Search on 'daemon' or 'cron' will give you lots of other options.
HTH
In Section
Seekers of Perl Wisdom
|
|