http://www.perlmonks.org?node_id=1057588


in reply to XML::Simple - how to select keys while parsing?

You can't. Use a streaming/pull parser like XML::LibXML::Reader or XML::Twig instead.
  • Comment on Re: XML::Simple - how to select keys while parsing?