Help for this page

Select Code to Download


  1. or download this
    <Limit GET POST>
         Require valid-user
    </Limit>
    
  2. or download this
    my $cgi = CGI->new();
    
    my $remote_user = $cgi->remote_user();
    
  3. or download this
    my $r = Apache->request();
    
    my $remote_user = $r->connection->user();