Stef Telford wrote:
> The problems arise when i try to use HTTP_REFERRER from
> the $ENV enviroment. All the other variables are set jst fine
> (HTTP_HOST,
> HTTP_ACCEPT, HTTPS) but no HTTP_REFERRER. What am I doing
> wrong to not 'obtain' this variable. it never shows up in the $ENV list.
> Is this an oversight of mod_perl (v1.24).
>
Your reference the variable as HTTP_REFERRER when it is actually
HTTP_REFERER (mispelled in the header specs). When I call
$ENV{'HTTP_REFERER'} from a script in my perl-bin it works fine.
--
Clint Gilders
Servermaster Onlinehobbyist Inc.
[EMAIL PROTECTED]