Help for this page

Select Code to Download


  1. or download this
    my $data = {
                 things => [
    ...
                             { foo => 'bam' },
                           ]
               };
    
  2. or download this
    <things>
      <foo>bar</foo>
      <foo>baz</foo>
      <foo>bam</foo>                  
    </things>