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 => \&{$self->func1})->pack
    
  4. or download this
    $mw->Button(command => \&$func1($a))->pack