Help for this page

Select Code to Download


  1. or download this
     
    use XML::Simple;
    use Data::Dumper;
    ...
     </all>';
    my $xhash = $xml->XMLin($body);
    print Dumper($xhash);
    
  2. or download this
    $VAR1 = {
              'products' => {
    ...
                       } ]
               }
            };