Help for this page

Select Code to Download


  1. or download this
    # Apache::Request subclass
    use strict;
    ...
      return Log::Log4perl->get_logger( $log );
    }
    1;
    
  2. or download this
    # Handler
    use strict;
    ...
      return OK;
    }
    1;