NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Sort of right for the wrong reasons (Score:1)
Nevermind (Score:1)
I'm wrong:
You're binding a copy of the value, not the variable itself (like with bind_columns). I'm way off.
Reply to This
Parent
Re:Nevermind (Score:2)
It's also worth noting that this is entirely DBD driver dependent. I believe old versions of the MySQL DBD used to bind the variables into the string sent to the database because MySQL had no bind param support (it does now, IIRC).