It seems that @DB::args is empty on mod_perl 1.26 and perl 5.6.1. This is stock Red Hat 7.2 (apache 1.3.22). The code which references @DB::args works in perl 5.6.1. It also appears that the failure only occurs after the perl restarts. The first time Apache loads mod_perl, @DB::args is being set correctly.
I assume that @DB::args isn't empty running under PERLDB, but I haven't tried this. The use of @DB::args is not for debugging, so I can't use Apache::DB. Anybody else seeing this? Thanks, Rob