Help for this page
Select Code to Download
Select
or
download this
$mw->Button(command => $self->can('func1'))->pack;
Select
or
download this
$mw->Button(command => sub { $self->func1($a, @_) })->pack;