in reply to Perl DBI can't display Chinese text?

Here's how to figure how Perl sees the incoming data:
use Data::Dumper; $Data::Dumper::Useqq = 1; ... print Dumper(\@row);
Paste some sample output from that and we can help you better. (Also, the ungarbled versions of the same content would help, too.)