in reply to signal handling

b.pl doesnt send signals to parent

Replies are listed 'Best First'.
Re^2: signal handling
by debugger (Novice) on Feb 15, 2010 at 15:15 UTC
    But the code works fine on windows. I mean i get the "Sig trapped" message on windows using active perl.
      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.
      accident of implementation, perlport says Don't count on signals or %SIG for anything.