in reply to Scheduling a shell script to run every wednesday at 10 AM with perl without cron

Well you could set alarm , but this would mean you have to make sure that your Perl script is continuously running (in exactly one instance to avoid duplication)

update

probably of interest: Schedule::Cron

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re: Scheduling a shell script to run every wednesday at 10 AM with perl without cron