$mw->Button(command => \&func1)->pack; #### $mw->Button(command => \&$self->func1)->pack; #### $mw->Button(command => sub {\&$self->func1})->pack;