in reply to Re^2: Parsing with XML::Simple
in thread Parsing with XML::Simple
Okay. I ran this code and noticed that you probably want to start at the top.
my $result = $data->{'soap:Envelope'}{'soap:Body'}{'soap:Fault'}{detail}{MaxCode}; # removed unnecessary punctuationThis won't give you the answer you seek but push you in the right direction. I'll also give you a hint... You told it to treat MaxCode as an array.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parsing with XML::Simple
by Anonymous Monk on Aug 23, 2016 at 19:55 UTC |