in reply to
Tk related -- timed event and $SIG{ALRM}
Try something like
$mainWin->repeat(5000,\&routine);
to execute "routine" every 5 seconds.
Comment on
Re: Tk related -- timed event and $SIG{ALRM}
Download
Code
In Section
Seekers of Perl Wisdom