Help for this page
use Text::CSV_XS; my $csv = Text::CSV_XS->new(binary=>1); ...
$dbh->quote($some_string); my $sql = "update some_table where some_attr = '$some_string'";