$button1 = $mw->Button( -text => readini(NAMEN, NAME1, 'text.ini'), -relief => "raised", -font => readini(SCHRIFT, FONT, 'text.ini'), -background => "#FFFF00", -activebackground => "#FFFF00", -command => sub { &print; } } )->place( -x => 55, -y => 50, -height => 100, -width => 200);