in reply to Re: Re: Ignoring values in a hash slice assignment
in thread Ignoring values in a hash slice assignment

Actually I was going to add 'creating the list programmatically' as an additional suggestion. The great thing is, if you do it right, your data structure is factored out to 1 place, so you only have to make changes in 1 place as you make changes. I think if you follow this you'll be happier in the long run.

grep
grep> grep clue /home/users/*
  • Comment on Re: Re: Re: Ignoring values in a hash slice assignment