use XML::LibXML; my $xml = XML::LibXML->new; my $doc = $xml->parse_string($xml_content); my $doc_elem = $doc->documentElement; my $value = $doc_elem->findvalue("/path/to/element");