in reply to Re: capturing the numerous hits from a global match into nested data
in thread capturing the numerous hits from a global match into nested data

Bingo and thank you! What I precisely needed was
push @{conIDs{$conid}}, $descid;\
after pulling those two fields from the table. I can can print everything I want to know, so the rest of the nesting must be working.

In less than 50 times the number of minutes it took you to figure out what I was asking, dummy up a random array, and write the code, I was able to solve this :)

  • Comment on Re: Re: capturing the numerous hits from a global match into nested data
  • Download Code