|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: uninitialized value error, line 545, BLK.pm
Date: Aug 25 2005 3:55PM
On Wed, 2005-08-24 at 07:23 -0500, Charles_Mire@Concentra.com 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, 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 - mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html
|