in reply to Poition tk DialogBox button?

run the Tk demo program "widget" check out the examples, also see

perl -MTk -e " $mw = tkinit; $mw->Text->pack; $mw->Button->pack( qw( - +anchor se ) ); MainLoop"