in reply to Re^2: Recursively substitute against multidimensional hash
in thread Recursively substitute against multidimensional hash

Nevermind it wasn't the reference it was that sneaky little /r at the end of the regexp that was changing my functions behaviour.
  • Comment on Re^3: Recursively substitute against multidimensional hash

Replies are listed 'Best First'.
Re^4: Recursively substitute against multidimensional hash
by haukex (Archbishop) on Feb 15, 2025 at 10:22 UTC
    Nevermind it wasn't the reference it was that sneaky little /r at the end of the regexp that was changing my functions behaviour.

    Note I would have never been able to guess that from the code you showed, which is why a Short, Self-Contained, Correct Example is so important, like I showed in my reply above.