Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    $xml = new XML::Simple;
    my $data = XMLin($xmlresult);
    
    print Dumper($data);
    
  2. or download this
    $VAR1 = {
              'xmlns:s' => 'http://schemas.xmlsoap.org/soap/envelope/',
              's:Header' => {
    ...
                                              }
                        }
            };