Help for this page

Select Code to Download


  1. or download this
    $SIG{KILL} = sub {
      print "This is my signal handling code.  Log messages here.\n";
    };
    
  2. or download this
    use Config;
    print "$Config{sig_name}\n";