Hi, I have an application that uses LWP modul. This application uses LWP modul to post to some web pages.Previously I used to run this program as CGI script.I needed to use a web server. For this reason also I decided to change the program a little and used Win32::GUI modul. In CGI version there was no problem with freezing a window. I could switch from any windows to any other windows at any time. Now that I use Win32::GUI at some moments( when LWP works) it seems that the window with the application has frozen.But If I wait some time it works again. But I do not like waiting. I know about Win32::GUI::DoEvents() method but I think it is used in a loop only. Does anybody have any idea how to stop frezing windows?
Thank you for help Ladislav