in reply to
Confusion ,XML::SIMPLE with DATA:DUMPER
You can use a combination of
XML::Twig
to do the file processing record by record and
XML::Simple
for convenient data structure. Forcearray is strongly advised for
XML::Simple
.
Comment on
Re: Confusion ,XML::SIMPLE with DATA:DUMPER
In Section
Seekers of Perl Wisdom