Help for this page

Select Code to Download


  1. or download this
    --- XML/Simple.pm~    Tue Oct 22 20:05:02 2002
    +++ XML/Simple.pm    Wed May 19 16:22:56 2004
    ...
    +structure.
    
     =item cache => [ cache scheme(s) ] (B<in>)
    
  2. or download this
    <tag>  </tag>
    
  3. or download this
    $data = {
     tag => ' ',
    }
    
  4. or download this
    <tag>
      <subtag>hello</subtag>
    ...
      other => 'world',
     }
    }