in reply to perl tk repeat() problem

funny :)
sub func { if ( $oldtimeout != $time ){ ## cancle timer $oldtimeout = $time; ## re-schedule timer } }