in reply to Problem with counting the nodes in a hash created by XML::Simple from a XML file.

I find Data::Dumper is helpful for understanding what is actually there in data structures I create. It would show you what you are getting from XML::Simple.

  • Comment on Re: Problem with counting the nodes in a hash created by XML::Simple from a XML file.