in reply to Walking a hash using Data::Walk

You want to modify the hash (add keys) as its being iterated? Why?

  • Comment on Re: Walking a hash using Data::Walk (moddify/add keys)

Replies are listed 'Best First'.
Re^2: Walking a hash using Data::Walk (depth)
by Anonymous Monk on Jul 07, 2016 at 22:43 UTC
Re^2: Walking a hash using Data::Walk (moddify/add keys)
by PopeFelix (Beadle) on Jul 07, 2016 at 22:43 UTC
    No, the paths are strings, separate from the hash. I'll update the question.