Denis Banovic wrote: > Hi Will, > > The simplest way is to get it out of the %ENV
that's not really true - that %ENV is popualted with standard CGI variables is not a given in mod_perl 2: http://perl.apache.org/docs/2.0/user/config/config.html#C_SetupEnv_ basically, mod_perl configured as a modperl handler needs to explicity turn %ENV population on, while the perl-script handler includes it by default (but you, or your admin could choose to disable it). --Geoff