Re: Perl And Apache.





Morris.C wrote:

After UserID/Password authentication on a web page, does Apache store the UserID in an environment variable that a Perl script could use?

I've used a Perl script called 'test-cgi', but the UserID that it always returns is "apache".


$ENV{REMOTE_USER}

Purl Gurl

.