Strange mod_perl2/Apache2 behavior -- I think

2003-08-20 Thread Bill Rini
Here's a little snippet from a sample script: package MyApache::MyPackage; use strict; use warnings; use Apache::RequestRec (); use Apache::RequestIO (); use Apache::DBI; use APR::Table; use Apache::Const qw(OK REDIRECT DECLINED); use Apache::RequestUtil (); sub handler { my $r = shift; my

Re: Strange mod_perl2/Apache2 behavior -- I think

2003-08-20 Thread Bill Rini
Hi Stas, Thanks for the help. Changing it to the PerlTransHandler did the trick. The weird part about it (to me) is that I was basically extending some code I had written about 2 years ago for a client and just changing the functionality around some. The meat of the program was pretty much