| Geo-TigerLine-Abbreviations documentation | view source | Contained in the Geo-TigerLine-Abbreviations distribution. |
Geo::TigerLine::Abbreviations - Tiger/LINE feature abbreviations
use Geo::TigerLine::Abbreviations;
print $Geo::TigerLine::Abbreviations::Dict{'Av'}[0]{'feature_type'}, "\n";
Geo::TigerLine::Abbreviations provides a single hash %Dict whose keys are values from the US Census bureau's set of standard abbreviations. All the values are the possible results of the lookup.
Each value may have any of the following keys: feature_type, standard_abbreviation, short_abbreviation, and translation.
| Geo-TigerLine-Abbreviations documentation | view source | Contained in the Geo-TigerLine-Abbreviations distribution. |