Content-Type: text/html; charset=UTF-8 #### #### use CGI qw(:standard); use Encode; ... my $name = Encode::decode('utf-8', scalar(param('name')));
## ##
## use CGI qw(:standard); use Encode; ... my $name = Encode::decode('utf-8', scalar(param('name')));