http://qs321.pair.com?node_id=11114112


in reply to [SOLVED] How do I convince my Perl script that UTF-8 from an HTML form really is UTF-8?

I think you might notice an improvement if you added this line above the print statement:
binmode STDOUT, ":utf8";