Help for this page

Select Code to Download


  1. or download this
    open FH, "<:encoding(utf16)", $filename
        or die "Couldn't open '$filename' : $!";
    
  2. or download this
    ./perl -Ilib -we 'open(FH, "<:encoding(utf16)", "utf16");print <FH>'