in reply to Hash of Arrays - Pushing Array references and memory impacts question

@Arraybits = ["data","that","is","unique", "for","each","loop"];

That places an array ref into the first element of an array -- is that really what you want?

Anyway, for nested data structures you could use DBM::Deep for on-disc storage.

  • Comment on Re: Hash of Arrays - Pushing Array references and memory impacts question
  • Download Code