Help for this page

Select Code to Download


  1. or download this
    $mw->Button(command => $self->can('func1'))->pack;
  2. or download this
    $mw->Button(command => sub { $self->func1($a, @_) })->pack;