in reply to
Perl/TK dialog boxes
Try changing the code to this:
$top->withdraw; $next->Show; $top->destroy;
[download]
That'll hide the MainWindow.
Comment on
Re: Perl/TK dialog boxes
Download
Code
In Section
Seekers of Perl Wisdom