Kbinstuff -perl, Unicode/utf8, CGI.pm, apache, mod_perl and MySQL
My Perl scripts were never fetching UTF8 strings from a UTF8 database. Much cursing later, I found this reference to doing $dbh->(“mysql_enable_utf8”) = 1. Seems to work. Finally. Grr.