in reply to Re: testing number of occurrences in a word
in thread testing number of occurrences in a word

You can shorten that further:

sub is_iso { grep$_>1,map++$c{$_},split// }
12 fewer strokes :)