in reply to
Help extracting text from XML data
use the module XML::Twig. specify a handler then for the element use $el->text to access the someresult value
Comment on
Re: Help extracting text from XML data
In Section
Seekers of Perl Wisdom