Help for this page

Select Code to Download


  1. or download this
    $c->send_response($string);
    
  2. or download this
    use HTTP::Daemon;
    use HTTP::Status;
    ...
        $c->close;
        undef($c);
    }