Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n<p>error</p>";
    
  2. or download this
    sub finalize_error {
        my ( $self, $c ) = @_;
    ...
        $c->res->status(500);
    
    }