Jonathan Leffler wrote:
Testing null handling in DBD::Informix 2004.02 (pre-release), I'm getting a warning from Perl:
Use of uninitialized value in subroutine entry at t/t91udts.t line 97.
Some day I got the same warning (in another DBD). It was a call like:
$sth->set_err($n, $s);
where $s was undef.
Steffen