Re: Event Timer in Perl

2006-05-22 Thread Stephen Kratzer
On Saturday 20 May 2006 23:13, SkyBlueshoes wrote: > I have a script that uses an infinite loop, I'm wanting to be able to > set a timer that when expired will run a subroutine, something sort of > like Poe's callback timer feature. How would I go about doing this? I > need to be able to set multip

Re: Event Timer in Perl

2006-05-20 Thread Jeff Pang
>I have a script that uses an infinite loop, I'm wanting to be able to >set a timer that when expired will run a subroutine, something sort of >like Poe's callback timer feature. How would I go about doing this? I >need to be able to set multiple timers on the fly within my script and >have th