Help for this page

Select Code to Download


  1. or download this
    # Encode output.
    # Use the encoding that's appropriate for you.
    ...
    }
    
    print "...\n", $lines, "...\n";
    
  2. or download this
    $ perl -e'open $fh, "<:encoding(UCS-2le)", \"\x00\xD8"; <$fh>'
    UCS-2LE:no surrogates allowed d800 at -e line 1.