in reply to How can one change the keys of a hash to an alternative set of keys?

@hash{@new} = delete @hash{@old};

- tye        

  • Comment on Re: How can one change the keys of a hash to an alternative set of keys? (slice+delete)
  • Download Code