in reply to Poition tk DialogBox button?
perl -MTk -e " $mw = tkinit; $mw->Text->pack; $mw->Button->pack( qw( - +anchor se ) ); MainLoop" [download]