Help for this page

Select Code to Download


  1. or download this
    ...
    my $parser = new XML::Simple;
    my $data = $parser->XMLin($content);
    my $result = $data->{'soap:Body'}{'soap:Fault'}{'detail'}{'MaxCode'};
    print $result->{content};
    
  2. or download this
    Use of uninitialized value in string