Help for this page

Select Code to Download


  1. or download this
    package myHandler;
    use Apache::Constants qw(:common);
    ...
      warn "request is ", $r->as_string, "\n";
      return DECLINED;
    }