Help for this page

Select Code to Download


  1. or download this
      sub handler {
        use CGI::Session;
    ...
        # pass authuser to Apache log handler
        $r->set_remote_user_or_something( $authuser );
      }
    
  2. or download this
    use CGI::Session;
    
    ...
        # handle page
        # ...
    }