use XML::LibXML; my $dom = 'XML::LibXML'->load_xml(location => 'file.xml'); my $digits = $dom->findvalue('//stlib:mem_bit'); print $digits, "\n";