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


in reply to Re: I want Tk::Splashscreen not centered.
in thread I want Tk::Splashscreen not centered.

Alas, that didn't work either. I had the $splash->geometry("+20+20"); right after $splash->Splash;, just like you said, but no dice. I even put the geometry command right after the creation code: our $splash = $parent->Splashscreen(-milliseconds => 3000); but still it was stuck in the middle.