Help for this page
use strict; use warnings; ... $mw->Button(-text => 'Exit', -command => sub { exit })->pack(); MainLoop;