Help for this page

Select Code to Download


  1. or download this
       # Wrong, and the cause of the OP's problem. See my reply to the OP.
       binmode(STDIN, ':encoding(UTF-8)');
    
  2. or download this
       # Necessary to encode the returned HTML.
       binmode(STDOUT, ':encoding(UTF-8)');