package myHandler; use Apache::Constants qw(:common); sub handler { my $r = shift; warn "request is ", $r->as_string, "\n"; return DECLINED; }