in reply to Interrupting Tk repeat() method
my $repeater = $mw->repeat(1000*60, $sub_ref); [download]
$repeater->cancel; [download]