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;

[ar0n]

  • Comment on (ar0n) Re: Answer: How can I assign the elements in an array to only the key values in a hash?
  • Download Code