Re: Closing window in Perl/Tk

2003-08-10 Thread zentara
On Fri, 08 Aug 2003 11:07:53 +0530, [EMAIL PROTECTED] (Sachin Hegde) wrote: >Hi all, >I am writing an UI application inPerl/Tk. I have some functions which I am >supposed to run before the application closes. How do I calll this function, >say Funct(), when the user clicks on the close icon of t

Closing window in Perl/Tk

2003-08-08 Thread Sachin Hegde
Hi all, I am writing an UI application inPerl/Tk. I have some functions which I am supposed to run before the application closes. How do I calll this function, say Funct(), when the user clicks on the close icon of the window? Sachin __