Help for this page

Select Code to Download


  1. or download this
    <xml>
       <element>value</element>
       <another_element>a different value</another_element>
    </xml>
    
  2. or download this
        my %stuff = $xml =~ m/(\w+)>([^<]+)</g;