I get nothing in the page and the same error in the logs.my $q = CGI->new(); #my $UserID = $ENV{"REMOTE_USER"}; my $UserID = $q->remote_user(); print $q->header(); if($UserID){ print "User:<b>$UserID</b>"; }
In reply to Re^2: CGI Page and REMOTE_USER environment variable
by Anonymous Monk
in thread CGI Page and REMOTE_USER environment variable
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |