in reply to Interrupting Tk repeat() method

my $repeater = $mw->repeat(1000*60, $sub_ref);
... later ...
$repeater->cancel;
This is documented in the Tk::after docs.