Help for this page

Select Code to Download


  1. or download this
    use Apache2::Const -compile => qw(:common :http);
    
  2. or download this
    sub decline {
       # print some stuff
       Apache2::Const::OK;
    }
    
  3. or download this
    $r->headers_out->add('Location' => "/main");
    $r->content_type('text/html');
    return Apache2::Const::REDIRECT;