Re: Problem with MODPERL_API_VERSION

2007-04-18 Thread Philip M. Gollucci
Frank Wiles wrote: BEGIN { use constant MP2 => eval { exists $ENV{MOD_PERL_API_VERSION} and $ENV{MOD_PERL_API_VERSION} >= 2 }; } In the future, >=2 might matter, but for now its either undef or exactly == 2 which ho

Re: Problem with MODPERL_API_VERSION

2006-12-27 Thread Frank Wiles
On Wed, 27 Dec 2006 12:46:15 +0100 "Georg Grabler" <[EMAIL PROTECTED]> wrote: > Hello everybody around. > > I've a strange problem occuring on my computer. > > I've taken the script from the apache mod_perl documentation, pringing > my environment variables (${ENV}). > According to this, my MOD_

Problem with MODPERL_API_VERSION

2006-12-27 Thread Georg Grabler
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my MOD_PERL_API_VERSION is 2, what's fine so far. Anyway, accessing them from ANY module, with the