The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

search_for_language_and_carrier_constants

DESCRIPTION

This example illustrates how to: 1. Search for language constants where the name includes a given string. 2. Search for all the available mobile carrier constants with a given country code.

SYNOPSIS

search_for_language_and_carrier_constants.pl [options]

    -help                       Show the help message.
    -customer_id                The Google Ads customer ID.
    -language_name              [optional] The string included in the language
                                name to search for.
    -carrier_country_code       [optional] The code of the country where the mobile
                                carriers are located, e.g. "US", "ES", etc.