[EMAIL PROTECTED] Environment variables problem

2007-08-14 Thread Arsen Hayrapetyan
Hi, In httpd.conf I have 'PerlOptions +SetupEnv' but the variables are not seen from the scripts. (The fragment of httpd.conf can be found on the end of the message). In PerlConfigRequire script I have: ___ use strict; use Data::Dumper; print Dumper (\%ENV); ___ And i

[EMAIL PROTECTED] Environment variables problem

2007-08-14 Thread Arsen Hairapetyan
Hi, In httpd.conf I have 'PerlOptions +SetupEnv' but the variables are not seen from the scripts. (The fragment of httpd.conf can be found on the end of the message). In PerlConfigRequire script I have: ___ use strict; use Data::Dumper; print Dumper (\%ENV); ___ And i