in reply to Re: signal handling
in thread signal handling

But the code works fine on windows. I mean i get the "Sig trapped" message on windows using active perl.

Replies are listed 'Best First'.
Re^3: signal handling
by ikegami (Patriarch) on Feb 15, 2010 at 16:41 UTC
    Windows doesn't implement unix signals, so it's no surprise that some differences exists between its two signals (Ctrl-C and Ctrl-Break) and unix signals.
Re^3: signal handling
by Anonymous Monk on Feb 15, 2010 at 15:17 UTC
    accident of implementation, perlport says Don't count on signals or %SIG for anything.