- or download this
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config>
...
<report>Dummy2</report>
</type>
</config>
- or download this
use XML::Simple;
use Data::Dumper;
my $lXMLFile = "$ENV{'PWD'}/xmlsample.xml";
my $Config = XMLin($lXMLFile);
print Dumper($Config);
- or download this
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
...
</type>
</config>