$insStr = qq{insert into table (string) values(?)}; $sthIStr = $dbh->prepare($insStr); $sthIStr->execute($UTF8_txt);