in reply to Re: parsing multi level XML with XML::Simple
in thread parsing multi level XML with XML::Simple

Yes. And once you get tired of typing arrows and long method names, you can switch to XML::XSH2:
open file.xml ; for (//level | //levels) { echo ==== level @name ==== ; for * echo contains name() @name ; }