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


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

To move the splashscreen from the center, immediately after your $splash->Splash; command add $splash->geometry("+20+20");.