diff options
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 34be25364b..a60a08234e 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -386,6 +386,10 @@ try something like the following: POSIX::SigAction->new(sub { die "alarm" })) or die "Error setting SIGALRM handler: $!\n"; +Another way to disable the safe signal behavior locally is to use +the C<Perl::Unsafe::Signals> module from CPAN (which will affect +all signals). + =item Restartable system calls On systems that supported it, older versions of Perl used the |