Re: catching signals with wxPerl

2010-09-16 Thread Mattia Barbon
Jim Clark wrote: I am hoping someone on this list can answer this question. I have notice that during certain situations signal handlers I set up are ignored in my wxPerl application. Especially while modal dialogs are open. For example, I fork() a process to run a subroutine asynchronously, s

catching signals with wxPerl

2010-09-16 Thread Jim Clark
I am hoping someone on this list can answer this question. I have notice that during certain situations signal handlers I set up are ignored in my wxPerl application. Especially while modal dialogs are open. For example, I fork() a process to run a subroutine asynchronously, setting up the $S