I slurp in a utf-8 xml file using XML::Simple and it adds line breaks. Why?
use XML::Simple; my $xmlRef = ($usefile); I need to recreate this formatting with Python.
It appears like there is a character count limit but I don't see any in the perl documentation.
No comments:
Post a Comment