http://www.perlmonks.org?node_id=990587


in reply to Re^2: HTML Form > PERL Script in UTF-8 issue
in thread HTML Form > PERL Script in UTF-8 issue

use CGI qw( -utf8 );

Will do this automatically for you; the caveat being it will cause problems with file uploads. Otherwise it's quite handy.