Help for this page

Select Code to Download


  1. or download this
    <root toot="1">
      2
    ...
      <toot>5</toot>
      6
    </root>
    
  2. or download this
    {
      root => {
    ...
        ],
      }
    }
    
  3. or download this
    {
      name => "root",
      toot => [1,3,5],
      text => [2,4,6],
    }
    
  4. or download this
    my $entry = {
       title => "...",
       ...,
    };