in reply to Re: Help with Perl
in thread Help with Perl

As I said in my post, the scripts and interval are always dynamic..... So I didn't want to always add and delete CRON entries... may be this will be my last option....

Replies are listed 'Best First'.
Re^3: Help with Perl
by i5513 (Pilgrim) on Jan 24, 2012 at 15:14 UTC
    Maybe you didn't get the idea:

    Your scheduler can be regenerate by another script which can be launch at regular intervals (by cron) or by a daemon which is always investigating if changes to scheduler are necessary

    Where does my proposition fail?