Help for this page

Select Code to Download


  1. or download this
    $mw->Button(command => \&func1)->pack;
    
  2. or download this
    $mw->Button(command => \&$self->func1)->pack;
    
  3. or download this
    $mw->Button(command => sub {\&$self->func1})->pack;