Help for this page

Select Code to Download


  1. or download this
    my $results = call_api(a,b);
    #call_api returns following xml which gets stored in $results.
    ...
    if(exists $results{"$num"/"$value"}) {
    do something
    }