http://qs321.pair.com?node_id=314856


in reply to Odd Database Behavior

Your question should be answered by one of the nodes above, but just a note for the future: when debugging DBI, use the DBI->trace() method to turn on extra debugging information printed to STDERR. Usually a trace level of 2 is sufficient, which should show you (among other things) the statement after placeholders are filled in.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated