I am running a mod_perl application that makes calls to the Oracle XMl
dbi interface (XML::Generator::DBI) . The Apache log file shows the following error


Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.8.5/XML/Generator/DBI.pm line 187

The code at this point is :


my $ind = 0; while ($el_stack[$ind] eq $stack[$ind] and $ind <= $stack_len and $ind <= $el_stack_len) { $ind ++; }

Line 180 is the while statement

Any suggestions on how to debug this ?

Don Leslie

_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to