Help for this page

Select Code to Download


  1. or download this
    my $r = Apache2::Request->new(shift);
    
  2. or download this
    sub handler {
        my $r = shift;
    ...
        
        return OK;
    }