Strange Error

2010-09-03 Thread Jerry Kaidor
Hello, My name is Jerry Kaidor. I am seeing some cryptic errors in a web application that I'm writing. Driving me nuts. My code runs under CGI::Application, and uses DBI with the mysql driver. Here is the error message, which appears in /var/log/httpd/error_log: - snip

Re: Strange Error

2010-09-03 Thread John Scoles
Yep it is something on the XS side of things. Perhaps the chap who wrote the DBD driver left in some debugging code? Are you doing any recursive calls or queries?? On Fri, Sep 3, 2010 at 10:35 AM, Jerry Kaidor je...@tr2.com wrote: Hello, My name is Jerry Kaidor. I am seeing some cryptic

DDL::Oracle patch

2010-09-03 Thread erica hollis
Hi, I am using the module DDL::Oracle, with Perl 5.12, and have received the warning message Using an array as a reference is deprecated. According to the perldiag website, http://perldoc.perl.org/perldiag.html: Using an array as a reference is deprecated (D deprecated) You tried

Re: Strange Error

2010-09-03 Thread Jerry Kaidor
Yep it is something on the XS side of things. Perhaps the chap who wrote the DBD driver left in some debugging code? *** Where would I look for it? All I see in DBD on my system is Perl. Are you doing any recursive calls or queries?? *** Not that I know of. I tried an experiment to