in reply to Re^2: Perl/Tk and exit(0)
in thread Perl/Tk and exit(0)

"Thanks you so much"

You are very welcome.

"I knew there were standard popups ... but I think I couldn't figure out how to close them programatically."

Take a look at the invoke() method of Tk::Button. You could give the option to close manually via a button or, if that option isn't taken, close programmatically after the specified delay.

— Ken