in reply to Tie::Hash::MultiValue Unique question

I have a multivalue hash created(using Tie::Hash::Multivalue).now I want to delete a particular element from a key.how do i do it. eg: 1=>x,y,z,e; 2=> c,h,e,t; 1 and 2 are the keys in the %hash. I want to delete 'e' from 1 .how do i do it.
  • Comment on Re: Tie::Hash::MultiValue Unique question