Signal(3pm) | User Contributed Perl Documentation | Signal(3pm) |
IPC::Signal - Utility functions dealing with signals
$number = sig_num $name; $name = sig_name $number; sig_translate_setup; $number = $Sig_num{$name}; $name = $Sig_name[$number];
This module contains utility functions for dealing with signals.
Nothing is exported by default.
This function is prototyped to take a single scalar argument.
This function is prototyped to take a single scalar argument.
This function is prototyped to take no arguments.
Roderick Schertler <roderick@argon.org>
perl(1).
2022-10-22 | perl v5.36.0 |