Help for this page

Select Code to Download


  1. or download this
    sub test {
        my $response = "ייי";
    ...
        
        return $response;
    }
    
  2. or download this
    $response = utf8::encode($response);