$sigaction = POSIX::SigAction->new(sigsub, sigset, flags)
sigaction
sigsub
sigset
flags
Constructor. Creates a new POSIX::SigAction object. Takes the following arguments:
The fully qualified name of a signal-handler subroutine.
A POSIX::SigSet object.
The sa_flags.
sa_flags
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]