Actually I had a lot of time right now at hand and I was trying to spend
littile time more effectively ;). Anyway I checked that module. It uses
the basic cron file. This job has to be run on multiple boxes and hence
rather than depending upon the Cron tab functionality I wanted to
implement (that is use some existing module :) ) to achieve this. I need
which would take in time parameters and do the job for me.

Thanks for the quick reply though. Appreciate that.

-----Original Message-----
From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 08, 2004 11:45 AM
To: NandKishore.Sagi; [EMAIL PROTECTED]
Subject: Re: Cron Tab Implementation


> 
> 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