Re: cron, file open

2004-07-21 Thread Perrin Harkins
On Wed, 2004-07-21 at 17:18, Nurcan Yuruk wrote: > I use perl Schedule::Cron module to schedule some > subroutines. This list is for mod_perl questions. Does your question involve mod_perl? If so, please provide the details about your mod_perl setup. If not, please use a general Perl mailing l

cron, file open

2004-07-21 Thread Nurcan Yuruk
I use perl Schedule::Cron module to schedule some subroutines. These subroutines contain file operations and the problem is particularly with the file open functions: sysopen, open. In case of setting detach parameter ( $cron->run(detach=>1) ), so I detach the main scheduler loop from the curre