- or download this
Content-Type: text/html; charset=UTF-8
- or download this
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
- or download this
use CGI qw(:standard);
use Encode;
...
my $name = Encode::decode('utf-8', scalar(param('name')));