NAME

Locale::US::CensusDivisions - Module to provide Census Bureau Divisions

SYNOPSIS

use strict;
use warnings;

use Locale::US::CensusDivisions qw(state2division);

my $division = state2division('TX');

print "The division for that state is $division \n";

DESCRIPTION

This module takes a US state abbreviation and returns the division number associated with that state.

METHODS

state2division

See Synopsis

BUGS AND LIMITATIONS

This module currently only supports US states and District of Columbia. It does not support US territories.

AUTHOR

Daniel Culver, perlsufi@cpan.org

ACKNOWLEDGEMENTS

Wikipedia Census Bureau Divisions

HostGator

CONTRIBUTORS

William Seymour

Doug Schrag

Robert Stone

LICENSE AND COPYRIGHT

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.