in reply to
signal handling
b.pl doesnt send signals to parent
Comment on
Re: signal handling
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.
[reply]
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.
[reply]
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.
[reply]
In Section
Seekers of Perl Wisdom