Re: Not reading $ENV variable

2003-06-03 Thread Andrew Ho
Hello, CP>I'm seeing a weird thing. Sometimes my script sees nothing in the CP>$ENV{HTTP_REFERER} variable. Im not sure what is causing this. It CP>works some of the time. You are never guaranteed to receive a Referer header; first of all, it is sent by the client, and the HTTP client involved ha

Not reading $ENV variable

2003-06-03 Thread Chris Pizzo
Hi all, I'm seeing a weird thing. Sometimes my script sees nothing in the $ENV{HTTP_REFERER} variable. Im not sure what is causing this. It works some of the time. I do this at the begining of the script...heres the code: my $r = Apache->request; use DBI;# for connecting to the data