in reply to How can I assign the elements in an array to only the key values in a hash?

It may be too late to answer,but still..,
my %hash1 = map {$_ =>1 } @array;
  • Comment on Re: How can I assign the elements in an array to only the key values in a hash?
  • Download Code