Don't forget about the
DBI->trace() method. If you set the trace to level 2 or higher, you can see the statement after the bind values are inserted. That might help to identify any problems. You figured this particular problem out, so keep the
trace() method in mind the next time you run into problems.
--
There are 10 kinds of people -- those that understand binary, and those that don't.