Help for this page

Select Code to Download


  1. or download this
    kill -1, $master_pid;
    
  2. or download this
    $SIG{HUP} = sub { exec @restart_args
                        if $$ == $master_pid;
                      exit };