Help for this page

Select Code to Download


  1. or download this
    binmode STDOUT, ":encoding(UTF-8)";
    print $s;
    
  2. or download this
    use open ':std', ':encoding(UTF-8)';  # binmodes STD*
    print $s;