in reply to Re: How can I assign the elements in an array to only the key values in a hash?in thread How can I assign the elements in an array to only the key values in a hash?
@hash{@array} = (1) x @array; [download]