Help for this page
my $r = Apache2::Request->new(shift);
sub handler { my $r = shift; ... return OK; }