The wrong way:
for ($i=0; $i < @state_pat; $i++) { return $state_abbr[$i] if $input =~ /$state_pat[$i]/; } return;