in reply to error calling MySQL from Perl

qq// is a perl quoting mechanism, not an SQL one, so your database has no idea what to do with it. Arguments passed to do() or prepare() need to be valid SQL.


We're not surrounded, we're in a target-rich environment!