Hi, I have create a program using Win32::GUI and perlapp.
I have made the main window a "dialog" window for making it usable with a keyboard, so if I press the escape key, the program closes. Well, this is pretty ok, but the problem is that perl interpreter doesn't always close, and after closing the program that way, I can see the program running in the Task Manager (in the processes list). Is there a way of avoiding this? The program doesn't always stay resident. Very many times, it closes when pressing the escape button, but sometimes it doesn't. Thank you. Teddy