- or download this
if( $MyConfig::state_name_for{AL} = 'Alaska' ){
print "oops! we just assigned Alaska to the AL key!\n";
}
- or download this
sub state_name_for{
return \%state_name_for;
}
- or download this
sub get_state_name { $state_name_for{ +shift} }