Query: ipc::signal
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Signal(3pm) User Contributed Perl Documentation Signal(3pm)NAMEIPC::Signal - Utility functions dealing with signalsSYNOPSIS$number = sig_num $name; $name = sig_name $number; sig_translate_setup; $number = $Sig_num{$name}; $name = $Sig_name[$number];DESCRIPTIONThis module contains utility functions for dealing with signals. Nothing is exported by default. sig_num chopped-signal-name Returns the signal number of the signal whose name (sans "SIG") is chopped-signal-name, or undef if there is no such signal. This function is prototyped to take a single scalar argument. sig_name signal-number Returns the chopped signal name (like "HUP") of signal number signal-number, or undef if there is no such signal. This function is prototyped to take a single scalar argument. sig_translate_setup If you want to use the @Sig_name and %Sig_num variables directly you must call sig_translate_setup to initialize them. This isn't nec- essary if you only use the function interfaces sig_name() and sig_num(). This function is prototyped to take no arguments. %Sig_num A hash with chopped signal name keys (like "HUP") and integer signal number values. @Sig_name An array mapping signal numbers to chopped signal names (like "HUP").AUTHORRoderick Schertler <roderick@argon.org>SEE ALSOperl(1). perl v5.8.8 1998-12-28 Signal(3pm)
Related Man Pages |
---|
pause(2) - hpux |
coro::signal(3pm) - debian |
glib::signal(3pm) - debian |
io::async::signal(3pm) - debian |
proc::waitstat(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Trailing spaces chopped off - MF to Unix FTP. |
My ps -ef|grep command results are chopped off |
Signal Handling and Context Switches |
Perl - Problems with Signal Handler |
bash dropping SIGHUPs |