$mw->bind("", sub {$lifeid->cancel;exit}); init(); $lifeid = $mw->repeat( $sleeptime, \&life); MainLoop; sub life {updatecells();showcells()}