$ausgabe = $window->Frame->pack(); $frame = $ausgabe->Button(-text => 'Ausrechnen', -command=> sub{ rechne();})->pack();