in reply to Re: Re: number of unique characters in a stringin thread number of unique characters in a string
++ for teaching me a new hash syntax tidbit: I never knew about the
@hash{@list_of_keys} = @list_of_values;
syntax. Thanks!