in reply to Re: When to use sigtrap, when to assign to %SIG?
in thread When to use sigtrap, when to assign to %SIG?
There is a common misperception that signals don't work on Windows Perl. Not true. sleep() is implemented in terms of ALRM and that can and does cause difficulties, but the basic signals do work on Windows XP.
Funny. Windows doesn't even have an API for signals, so how could they "work"?
Perl emulates signals on Windows, and that emulation is not perfect. It "works" for some common cases, but even then, the emulation behaves different from a Unix system. See also perlport, perlwin32.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: When to use sigtrap, when to assign to %SIG?
by Marshall (Canon) on Jan 02, 2012 at 11:48 UTC | |
by JavaFan (Canon) on Jan 02, 2012 at 12:32 UTC |