in reply to Re^5: $SIG{ALRM} and windows vista?
in thread $SIG{ALRM} and windows vista?
A little bit of bean counting:
Windows has no signals, and it does not emulate them. It's perl that implements an incomplete emulation of Unix signals, without support from Windows.
From perlport:
Don't count on signals or %SIG for anything.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: $SIG{ALRM} and windows vista?
by BrowserUk (Patriarch) on Jan 04, 2010 at 09:12 UTC |