- or download this
<?xml version='1.0'?>
<queries>
...
<filter></filter>
</query>
</queries>
- or download this
$simple1 = XML::Simple->new(ForceArray=>1, KeepRoot=>1);
$data1 = $simple->XMLin("query.xml");
print Dumper($data1) . "\n";
- or download this
$VAR1 = {
'queries' => [
...
]
};