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


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

This doesn't create a copy, just an alias:

local %hash; *hash = $result->[0]; ... print "Print city: $hash{'city'}\n";
I still can't quite figure out why Frontier::Client put this result in such a pointlessly nested data structure...

Could it possibly return more than one result? Or maybe it's just extending a generic module that returns the data in that fashion.