http://www.perlmonks.org?node_id=318964


in reply to DBD::Anydata, Use of uninitialized value at...

It's not wrong and probably did not cause the error, but why are you using my @params = ($entered_id) and putting a scalar in an array? It seems a bit "wasteful" to me. There is only one "?" which needs to be filled, so a scalar will do nicely.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law