Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Getting REMOTE_USER from .htaccess

by schumi (Hermit)
on Jun 05, 2002 at 09:23 UTC ( [id://171770]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://171770]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 23:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found