NAME
BW::AddressCodes - New module description
SYNOPSIS
use BW::AddressCodes;
my $o = BW::AddressCodes->new;
METHODS
- new( )
-
Constructs a new BW::AddressCodes object.
Returns a blessed BW::AddressCodes object reference. Returns undef (VOID) if the object cannot be created.
- us_state_codes( )
-
Returns the US state codes as an array of hashrefs.
- country_codes( )
-
Returns the country codes as an array of hashrefs.
- error
-
Returns and clears the object error message.
AUTHOR
Written by Bill Weinman <http://bw.org/>.
COPYRIGHT
Copyright (c) 1995-2010 The BearHeart Group, LLC
HISTORY
2010-02-14 bw 1.0 -- updated for CPAN distribution
2008-05-28 bw -- updated documentation
2008-04-14 bw -- initial version.