Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print $string
    
  2. or download this
    
    use utf8;
    use open ':std' => ':utf8';
    utf8::encode($string);