http://qs1969.pair.com?node_id=1003109


in reply to Re: CGI Page and REMOTE_USER environment variable
in thread CGI Page and REMOTE_USER environment variable

my $q = CGI->new(); #my $UserID = $ENV{"REMOTE_USER"}; my $UserID = $q->remote_user(); print $q->header(); if($UserID){ print "User:<b>$UserID</b>"; }
I get nothing in the page and the same error in the logs.