Hi,

I must login to access a website on an Apache webserver because the access
to the site is restricted with .htaccess file. So a window with username and
password request pop up.

For my program I need also the login information to logon to an DB server. 

I use remote_user() to get the username:
my $query = new CGI;
my $admin = $query->remote_user();

Now I need the plain text password. 

Could I get this from the "old" Apache login like the name (remote_user() )
or do I need a new login window?

Thanks,
Baerbel

-- 
"Feel free" mit GMX FreeMail!
Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to