Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Parsing with XML::Simple

by Anonymous Monk
on Aug 23, 2016 at 19:55 UTC ( [id://1170253]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Parsing with XML::Simple
in thread Parsing with XML::Simple

Got to work by simplifying the code like this, with one issue:
... my $parser = new XML::Simple; my $data = $parser->XMLin($content); my $result = $data->{'soap:Body'}{'soap:Fault'}{'detail'}{'MaxCode'}; print $result->{content};

The only thing is that once the value of "$result" is empty, I am getting this:
Use of uninitialized value in string

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1170253]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-23 07:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found