in reply to Re: Recursive function adds data to a hash/array
in thread UPDATED: Recursive function adds data to a hash/array

You've hit it on the head. The code parses tags, some of which can be nested, in order to insert data elements into the tags.

When there are no more nested elements, there is no more recursion.

This part works now... but I'm now trying to figure out how to recursively pull back out
$groups[$indx]{sub}[$subindex]...