Help for this page

Select Code to Download


  1. or download this
    #all this works:
    my $xmlsimple = XML::Simple->new();
    my $response = $xmlsiple->XMLin($xml_content->content);
    print "resultid:" . $response->{channel}->{result}->{resultid};