Maxipoint Rep Office wrote:
> Have you some useful URL about that?
> 
        Not really. You should look at CPAN for daemon or background processing. Then 
you just need to understand the Perl necessary to get what you want done. Obviously 
easier said than done, but layout what you want to do, then attmept to do a portion of 
it. Run into problems, then show the snippet of code to the list and usually someone 
will be able to give some help.

Wags ;)
> -----Original Message-----
> From: Wagner, David --- Senior Programmer Analyst --- WGO
> [mailto:[EMAIL PROTECTED]
> Sent: Saturday, August 21, 2004 1:07 AM
> To: Maxipoint Rep Office; [EMAIL PROTECTED]
> Subject: RE: is possible start some actions with Perl without Cron?
> 
> 
> Maxipoint Rep Office wrote:
>> is possible start some actions with Perl without Cron?
>> 
>> for example send email to users from database after 3 days or delete
>> something from database automaticaly after 3 day with Perl but
>> without Cron?
>       Yes. You would write the Perl as a daemon and have it run in
> background. Have it work and sleep as you desire it to.
> 
> Wags ;)
> 
> 
> *******************************************************
> This message contains information that is confidential
> and proprietary to FedEx Freight or its affiliates.
> It is intended only for the recipient named and for
> the express purpose(s) described therein.
> Any other use is prohibited.
> *******************************************************


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