Help for this page
#!perl ... $mw->Button(-text => q{Exit}, -command => sub { exit })->pack(); MainLoop;