Help for this page

Select Code to Download


  1. or download this
    use CGI::Fast();
    
  2. or download this
    use open ':utf8';
    use open ':std';
    
  3. or download this
        my $flagOn = $html->output;
        Encode::_utf8_on($flagOn);
        return $flagOn;