in reply to Re^2: Timers and timer expire handlers
in thread Timers and timer expire handlers

If you're running ActiveState Perl on Windows, there is my module Schedule::Cron::Nofork, which relies on Schedule::Cron. I use it on Windows without problems. To install the two modules Schedule::Cron and Schedule::Cron::Nofork, see the following nodes:

Replies are listed 'Best First'.
Re^4: Timers and timer expire handlers
by narashima (Beadle) on Mar 28, 2006 at 14:06 UTC
    My version of Active state perl does not show up Schedule::Cron as compatible. Atleast that is what I get when I run ppm.

    The only module that ppm shows me(when I do search Schdule*) is Schedule-Cronchik which has almost no documentation.
    thanks