in reply to
Problems with XML::Dumper
I would use
Data::DumpXML
. I wouldn't use
XML::Dumper
. Discussion is at
XML-ish Data::Dumper?
. Good reading.
______craz
y
insomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"
Comment on
(crazyinsomniac) Re: XML::Dumper
In Section
Seekers of Perl Wisdom