| Yahoo-Marketing documentation | Contained in the Yahoo-Marketing distribution. |
Yahoo::Marketing::GeographicalDictionaryService - an object that provides access to Yahoo Marketing's Geographical Dictionary SOAP Service.
See EWS documentation online for available SOAP methods:
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
Creates a new instance
| Yahoo-Marketing documentation | Contained in the Yahoo-Marketing distribution. |
package Yahoo::Marketing::GeographicalDictionaryService; # Copyright (c) 2009 Yahoo! Inc. All rights reserved. # The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997) use strict; use warnings; use base qw/Yahoo::Marketing::Service/;
1;