Your $geocoder variable is probably a reference to an object that most probably has accessors within its methods. Use them. If worse comes to worse, you could probably use the Data::Dumper to figure out the underlying data structure, this might help you understanding what is going on, but you should most probably not rely on that for your real program, but use the methods provided by the interface.
| [reply] [d/l] |