http://www.perlmonks.org?node_id=1122373


in reply to AnyEvent timers by EV

One quick observation is that there's actually _never_ a trigger for your timer, since you've set it to 300 seconds, i.e. 5 minutes. (There's no "Exit by timer" in the output...)


Krambambuli
---

Replies are listed 'Best First'.
Re^2: AnyEvent timers by EV
by bash (Scribe) on Apr 04, 2015 at 13:23 UTC
    Yep, this is "ghost-code" from my real project. Forgot to remove it ;)