Hi all,
I'm loading a .pm file using PerlPostConfigRequire (1.99_19) and I
can't get it to load without specifying an absolute path. Even if my
module is installed someplace under @INC,
PerlPostConfigRequire Apache/Whatever.pm
or even
PerlPostConfigRequire Carp.pm
doesn't work. But
>
> [EMAIL PROTECTED] wrote:
>> Interesting, your comments on CGI::Session vs Apache::Session as I've
>> had
>> nothing but trouble with Apache::Session::File -- session data
>> inconsistently being written to the file.
>
> I'm sorry to hear that. Did you mention those problems to the author or
> b
Patrick LeBoutillier wrote:
Hi all,
I'm loading a .pm file using PerlPostConfigRequire (1.99_19) and I
can't get it to load without specifying an absolute path. Even if my
module is installed someplace under @INC,
PerlPostConfigRequire Apache/Whatever.pm
or even
PerlPostConfigRequire Carp.p