Help for this page

Select Code to Download


  1. or download this
    $SIG{HUP} = sub { $__server_should_run = 0; };
    
    $__server_should_run = 1;
    ...
    
            # handle request
    }