- or download this
use XML::Simple;
...
$res = XMLout($xml);
print $res;
- or download this
<config>
<core>
<variable>ere</variable>
</core>
</config>
- or download this
<opt>
<core test="testeroo" variable="ere" />
</opt>
- or download this
<opt>
<core>
...
<variable>ere</variable>
</core>
</opt>