$sigaction
= POSIX::SigAction->new(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
.
Copyright © 2001 O'Reilly & Associates. All rights reserved.