in reply to Re^2: CGI getting htaccess userid
in thread CGI getting htaccess userid

CGI's remote_user is simply

sub remote_user { return $ENV{'REMOTE_USER'}; }

No difference.