in reply to Re^2: Any reference about %SIG
in thread Any reference about %SIG
I am looking for a document explains all the signals' meaning and trigger.
The signals special to Perl, like __WARN__ and __DIE__, are documented in %SIG, the other signals are generally POSIX signals, which you can read about for example in signal(7) like here and here, or in Signal (IPC). Note that a lot of signals may be OS-specific. If you could tell us what you want to use them for (and on which platforms), perhaps we can give more specific advice.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Any reference about %SIG
by exilepanda (Friar) on Jan 28, 2023 at 13:48 UTC | |
by ikegami (Patriarch) on Jan 30, 2023 at 14:02 UTC | |
by LanX (Saint) on Jan 28, 2023 at 17:49 UTC |