http://www.perlmonks.org?node_id=796791


in reply to DBD::mysql trouble

You're not quoting any string values. You really really want to take a look at the Placeholders section of the DBI documentation. Currently, you're doing it completely wrong and unsafe.