in reply to
Logging through a .htaccess dialog
If you are using the CGI module:
use CGI; $username = CGI->remote_user();
[download]
Or the Environmental variable:
$username = $ENV{'REMOTE_USER'}
Comment on
Re: Logging through a .htaccess dialog
Select
or
Download
Code
In Section
Seekers of Perl Wisdom