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