Hi, I have a Perl/Tk program that seems to hang in the following way. I have narrowed it down to the following situation, so it is not the real code I have. In a subroutine that handles button click event, I have an infinite loop with a sleep 60 in it and nothing else. When this button is clicked, the entire Perl/Tk screen freezes - I can not bring it in or out of focus by clicking on it, I can not move the screen. This infinite loop is try to simulate the situation when the program is waiting for a response message from a remote server that may take some time to come back.
I am using Active State Perl on Win 2000. Any help/comments would be appreciated. Thanks. Peter -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>