in reply to Re: testing number of occurrences in a wordin thread testing number of occurrences in a word
You can shorten that further:
sub is_iso { grep$_>1,map++$c{$_},split// } [download]