http://qs1969.pair.com?node_id=431711


in reply to Re^2: Frontier::Client mystery result string hash
in thread Frontier::Client mystery result string hash

Tricky! Even the camel book harly touches on the * operator, relegating it to 'supported in C' in the index... I settled on the decidedly untricky:
$geocode = $result->[0]; print "Match: lat=$geocode->{'lat'} long=$geocode->{'long'}\n";