Help for this page

Select Code to Download


  1. or download this
    <doc>
       <data type="xxx">
    ...
          <vars>b</vars>
       </data>
    </doc>
    
  2. or download this
    use XML::Twig;
    
    ...
          <vars>b</vars>
       </data>
    </doc>
    
  3. or download this
    <doc><data type="xxx"><vars>a</vars></data></doc>