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