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