> 
> Hi All ,
>  
>     I want to implement the functionality of crontab in Perl. Which
> module do you guys suggest can be used. The only consideration is it
> should be simple to use. That is I should be able to say execute this
> job at this given time say 1:00 AM . After that I can just go home and
> have a nice sleep assured that the job would be kicked off at exactly
> 1:00 AM . I also want this to be executed at every saturday of the week
> or everyday depending on my requirement.
>  

Something wrong with the base cron?  

You might consider:
http://search.cpan.org/~roland/Schedule-Cron-0.05/Cron.pm

perldoc -f alarm
perldoc perlipc

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to