Help for this page

Select Code to Download


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