in reply to (ar0n) Re: hashes of hashes of arrays in subroutine
in thread hashes of hashes of arrays in subroutine

Just be aware that taking a reference to the array means that it will always be *THAT* array. If you change the array, you change the thing that's pointing to it. Brackets make a new copy. (see above =o)
  • Comment on Re: (ar0n) Re: hashes of hashes of arrays in subroutine