Okay.  This makes sense.  Thanks!

-----Original Message-----
From: Duane Lakoduk [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 11:22 AM
To: Dan Ratzlaff; [EMAIL PROTECTED]
Subject: SPAM: RE: substitution operator not working under ASP?


I am new with perl and perlscript but have experience in ASP using 
vbscript/javascript.  
The problem seems to be that you need to dereference the "AUTH_USER" Server variable.
Try this:

<%
use strict;
use vars qw( $Request $Response );
my $username = $Request->ServerVariables("AUTH_USER")->{Item};

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to