$mw->Button(-text => 'Exit', -command => sub {$mw->destroy})->pack; #### -command => sub { $Tk::widget->toplevel->destroy } #### -command => 'exit'