http://qs321.pair.com?node_id=171770


in reply to Getting REMOTE_USER from .htaccess

I second cLive;-)'s suggestion to look at the CGI-module. It lets you do the following:

#!c:/www/perl/bin/perl.exe use strict; use warnings; use CGI qw/:standard/; use CGI::Carp('fatalsToBrowser'); print header(); # instead of putting print "Content-type: text/html\n\ +n"; print remote_user();

Hope this helps...

--cs

There are nights when the wolves are silent and only the moon howls. - George Carlin