From: Ray Z. <rz...@co...> - 2003-06-10 20:26:18
|
Hi Chris, I found that my ESPOPS tests give me a bunch of errors like ... Use of uninitialized value in numeric ge (>=) at /usr/local/perl-5.8.0/lib/site_perl/5.8.0/SPOPS.pm line 663, <SQL> line 100. SPOPS::_w(2,'No rules to process for [pre_fetch_action]') called at /usr/local/perl-5.8.0/lib/site_perl/5.8.0/SPOPS.pm line 332 ... with SPOPS-0.77. Seems _w() is being called with $DEBUG undefined. I noticed you typically do DEBUG() && _w(), but there are a few cases where you don't check DEBUG() first. If I add the 'DEBUG() && ' to the appropriate lines in SPOPS.pm, the problem goes away. -- Ray Zimmerman / e-mail: rz...@co... / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853 |