Help for this page

Select Code to Download


  1. or download this
    use open qw(:std :utf8);
    use Encode;
    use utf8;
    
  2. or download this
    print header(-type=>'text/html',-charset=>'utf-8');
    print start_html(-title => "FooBar");
    
  3. or download this
    my $text=decode("utf8", $query->param("textbox"));