For Programmers: Free Programming Magazines  


Home > Archive > PERL CGI Beginners > July 2005 > SetEnv Variable from Apache









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SetEnv Variable from Apache
Robert

2005-07-24, 8:18 pm

How do I use a variable that is set with 'SetEnv' in the apache config file?

Robert


Wiggins d'Anconia

2005-07-24, 8:18 pm

Robert wrote:
> How do I use a variable that is set with 'SetEnv' in the apache config file?
>
> Robert
>
>
>


Have you checked the %ENV hash?

print $ENV{'VAR_NAME'};

http://danconia.org
Robert

2005-07-24, 8:18 pm

"Wiggins d'Anconia" <wiggins@danconia.org> wrote in message
news:42DE6304.1050103@danconia.org...
> Robert wrote:
file?[color=darkred]
>
> Have you checked the %ENV hash?
>
> print $ENV{'VAR_NAME'};
>
> http://danconia.org


I always get that with my Windows ENV. Grrr.

Robert


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com