![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: uninitialized value in join or stringby EvanCarroll (Chaplain) |
on Oct 31, 2005 at 09:46 UTC ( #504204=note: print w/replies, xml ) | Need Help?? |
Observe: One of the values in your row, (columns returned from sql row) is NULL in sql, meaning undef in perl. Add to your sql statement, where not null or if your using Oracle employ nvl(), if postgres see coalesce(). Evan Carroll www.EvanCarroll.com
In Section
Seekers of Perl Wisdom
|
|