Help for this page

Select Code to Download


  1. or download this
    sub res{
        HTTP::Response->new(
            RC_OK, OK => [ 'Content-Type' => 'text/html' ], shift
        )
    }