Help for this page

Select Code to Download


  1. or download this
     my $emptySigSet = POSIX::SigSet->new();
     my $oldSigSet = POSIX::SigSet->new();
    ...
     }else {
         print "SIGHUP is not blocking.\n";
     }
    
  2. or download this
     sub hupMain {
    
    ...
         }
     }