- or download this
my $xml = 'ApplicationList.xml';
my $xp = XML::XPath->new(filename => $xml);
...
}
print Dumper \%appid;
- or download this
$VAR1 = {
'1103' => {
...
'dddd' => undef
}
};
- or download this
$VAR1 = {
'1103' => 'cccc',
...
'957' => 'aaaa',
'1503' => 'dddd'
};