Re: uninitialized value error, line 545, BLK.pm
Michael Peppler <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2005-08-24 at 07:23 -0500, [email protected] wrote: > I'm getting a strange error regarding an unititialized value at line 545 of > BLK.pm when I try to do a bulk load. The data actually loads into the > table o.k., and the identity column gets populated o.k. -- so this does not > seem to be a real error. > > I want to be able to check for real errors later on, and although it looks > like everything worked fine despite this error, I want to avoid any false > positives, if possible: > > Use of uninitialized value in length at > > /usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/sun4-solaris-thread-multi/Sybase/BLK.pm > line 545, <IN> line 12 (#1) I guess it's annoying, but you could simply turn off warnings in that section of code, either with the warnings pragma, or with the $^W variable. Michael -- Michael Peppler - [email protected] - http://www.peppler.org/ Sybase DBA/Developer Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html