Help for this page

Select Code to Download


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