in reply to Re: How do I get a list in a perl hash generated from an XML?
in thread How do I get a list in a perl hash generated from an XML?
And I wanted to just make a hash as in my question for only the elements in the <ref> tag, is there anyway to do it with the XML::Simple module?<root> <config> <build host="https://cpzdomain.local"/> </config> <ref name="abc_sia_%version1.ref%"> <func envname = "test01" objectdir = "/home/pv66" base="default_771"/> </ref> </root>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I get a list in a perl hash generated from an XML?
by choroba (Cardinal) on Apr 20, 2021 at 11:46 UTC |