Hello

I would like to execute some Code after a certain amount of time has
passed (then restart the timer but with a different time value)
I looked at IO::Async::Timer::Countdown but this timer only gets
started when used with a IO::Async::Loop.

Basically I am looking for something as simple as

my $do_it = { ... };
use MyTimer;
my timer = MyTimer->new($delay, $do_it);

and inside of $do_it I intend to start another timer.

is there any simple class that does what I want? I failed to find it.

thanks in advance

david


-- 
David Schmidt   |   http://www.fm5.at

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to