Help for this page

Select Code to Download


  1. or download this
    use Config;
        use strict;    my %sig_num;
    ...
        if ($sig_num{ALRM}) { 
            print "SIGALRM is $sig_num{ALRM}\n";
        }