Help for this page
<xml> <element>value</element> <another_element>a different value</another_element> </xml>
my %stuff = $xml =~ m/(\w+)>([^<]+)</g;