On Thu, 2005-03-31 at 20:11 -0500, Jeff Boes wrote:
> What I determined through experimentation is that you can set up a 
> one-shot timer event, and then by doing --
> 
> $e->stop;
> $e->at(time + $next);
> $e->start;

Hrm, looks like a bug?

> I dunno why the "stop" call is necessary, but the event won't fire a 
> second time without it!

Can you check the setting of at() between every statement?

warn $e->at();

You might also try the same with repeat=>0.  See if that helps.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to