Help for this page

Select Code to Download


  1. or download this
    sub spawn {
        my $pid;
    ...
            @sigs= ();
        }
    }
    
  2. or download this
    my $caller= shift @ARGV;
    $SIG{$_} = \&reflectSig
    ...
        kill $sig, $caller;
        kill 'USR1', $caller;
    }