- or download this
#all this works:
my $xmlsimple = XML::Simple->new();
...
#this doesn't work:
my $resultid = $response->{channel}->{result}->{resultid};
print "resultid: " . $resultid;
- or download this
use XML::Simple;
use LWP::Simple;
...
# resultdesc => "b");
return @ret_arry;
- or download this
Adding order
resultid: 0
...
ERROR arry3:
done