in reply to Re^2: A better way for walking through HoHoH ?
in thread A better way for walking through HoHoH ?

Actually i was wondering if i could do without using a hash
Uhm, so, you have a hash of hashes of hashes, and your idea of a "better" way of walking through them is to not use hashes?

Why? I guess you could use a serializer to turn your datastructure into a big string, and use regular expressions or index/substr to parse it, but I fail to see why you'd qualify that as "better".

  • Comment on Re^3: A better way for walking through HoHoH ?