Pop quiz: characters or bytes?
- Reading XML
use XML::LibXML; # Parser will open the file in binary mode $dom = XML::LibXML->load_xml(location => $filename);
use XML::LibXML; # Parser will open the file in binary mode $dom = XML::LibXML->load_xml(location => $filename);