Help for this page

Select Code to Download


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