Help for this page

Select Code to Download


  1. or download this
    binmode($fh, ':raw:encoding(UTF-16LE):crlf')
    
  2. or download this
    binmode($fh, ':encoding(UTF-16LE)')
    
  3. or download this
    open(my $fh, '<&=:raw:encoding(UTF-16le):crlf', fileno(STDIN));
    *STDIN = $fh;