in reply to Re: Slice a hash to get a subset hash.
in thread Slice a hash to get a subset hash.

Thank you, that is a nice bit of syntactic sugar. I would add it to my toolbox, but I suspect that if I did I would be for ever explaining it to the other perl programers at $work.

I think I will stick with the map method that I put in the original post. It is good enough.

  • Comment on Re^2: Slice a hash to get a subset hash.