I would like to set a time on the main window in a Perl/TK application which detroys the window when that time is up. The purpose of the window is to just warn the user that something is about to happen, if they don't stick around to see the warning, it no longer applies, so the window should kill itself after a delay.
after mainloop();, but that obviously did not work. Any Ideas?