use Tk; $mw = new MainWindow; #Initialize main window $mw->withdraw(); $mw->Popup; MainLoop;