http://www.perlmonks.org?node_id=930659


in reply to tk messagebox position

Tk::messageBox is a convenient way to pop up a message, but that convenience comes with limits on what you can do. For more control use a Tk::DialogBox. Its Show method is documented with "Any other options supplied to Show are passed to Popup, and can be used to position the Dialog on the screen."