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?
In Section
Seekers of Perl Wisdom