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


in reply to Dynamic SQL Bind values

my @columns       = @{ shift };
doesn't work, use
my @columns       = @{ $_[0] };
(or don't bother with the temps, they were thrown in for clarity. My bad. )

"One is enough. If you are acquainted with the principle, what do you care for the myriad instances and applications?"
- Henry David Thoreau, Walden