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
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_
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