Help for this page

Select Code to Download


  1. or download this
    my$data = XMLin($url, forcearray => 1);
    
  2. or download this
    $data = {
       'foo' => [{
    ...
                 'two' => '2'
                }]
      };
    
  3. or download this
    my$data = XMLin($url, keyattr => 'foo', forcearray => 1);