Help for this page

Select Code to Download


  1. or download this
    $ perl -MCGI -E "say CGI->new()->header(-type => 'text/html', -charset
    + =>'UTF-8')"
    Content-Type: text/html; charset=UTF-8
    
  2. or download this
    $ perl -MCGI -E "say CGI->new()->header(-type => 'text/html; charset=U
    +TF-8')"
    Content-Type: text/html; charset=UTF-8