Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    
    ...
    $res = XMLout($xml);
    
    print $res;
    
  2. or download this
    <config>
    <core>
        <variable>ere</variable>
    </core>
    </config>
    
  3. or download this
    <opt>
      <core test="testeroo" variable="ere" />
    </opt>
    
  4. or download this
    <opt>
      <core>
    ...
        <variable>ere</variable>
      </core>
    </opt>