RE: Invoking perl scripts automatically based on time of day

2005-12-15 Thread Mittal, Manish
Cc: activeperl@listserv.ActiveState.com Subject: RE: Invoking perl scripts automatically based on time of day Hi Manish, for clarification, Perl script along with Perl is a aplication - not a service which is always running. There must be something else that will wake and trick the script going

RE: Invoking perl scripts automatically based on time of day

2005-12-15 Thread Ari.Wilen
@listserv.ActiveState.com Subject: Re: Invoking perl scripts automatically based on time of day On 14/12/05, Mittal, Manish <[EMAIL PROTECTED]> wrote: > > Hi Perl gurus, > > Is there a way in Perl to invoke a set of Database related perl > scripts at certain t

Re: Invoking perl scripts automatically based on time of day

2005-12-14 Thread Lawrence Q. Pulaski
Winders has "at" that'll do it. Larry On Wed, 14 Dec 2005, pDale wrote: On 12/14/05, Mittal, Manish <[EMAIL PROTECTED]> wrote: Is there a way in Perl to invoke a set of Database related perl scripts at certain times of day regularly? Unix/Linux has "cron". Windows has "Task Sc

Re: Invoking perl scripts automatically based on time of day

2005-12-14 Thread pDale
On 12/14/05, Mittal, Manish <[EMAIL PROTECTED]> wrote: > > Is there a way in Perl to invoke a set of Database related perl > scripts at certain times of day regularly? Unix/Linux has "cron". Windows has "Task Scheduleder". -- pDale Campbell "All of the birds are laughing! C'mon, let

Re: Invoking perl scripts automatically based on time of day

2005-12-14 Thread Anthony R. Nemmer
cron !? =) Hmm, looks like cygwin has a /usr/sbin/cron.exe Tony Mittal, Manish wrote: Hi Perl gurus, Is there a way in Perl to invoke a set of Database related perl scripts at certain times of day regularly? Could any one direct me to locate a good resource or provi

Re: Invoking perl scripts automatically based on time of day

2005-12-14 Thread kjw
On 14/12/05, Mittal, Manish <[EMAIL PROTECTED]> wrote: > > Hi Perl gurus, > > Is there a way in Perl to invoke a set of Database related perl > scripts at certain times of day regularly? > > Could any one direct me to locate a good resource or provide a > snippet of code for

Invoking perl scripts automatically based on time of day

2005-12-14 Thread Mittal, Manish
Hi Perl gurus,     Is there a way in Perl to invoke a set of Database related perl scripts at certain times of day regularly?     Could any one direct me to locate a good resource or provide a snippet of code for the above?   Thank you Manish