I found the problem actually. My common module has an AUTOLOAD that
allows me to say $common->foo instead of $common->{foo}. I pass
my Apache::Request ($apr) object around in this common object,
retreiving $apr by calling $common->apr and then calling param()
causes the crash. I guess the retur
On Thu, 2 Dec 2004, Chris Brown wrote:
> Right now I'm running Apache 1.3.31 with mod_perl 1.29. Perl is 5.8.3 on
> Fedora FC1
Well, I don't know anything about your specific problem but judging by
the lack of responses neither does anyone else. So here's what I'd
do:
- Download the latest Pe