Gossamer Forum
Home : Products : DBMan : Customization :

Create Hash of hashes

Quote Reply
Create Hash of hashes
Man, I am burnt out on this one. I'm trying to modify the subroutine of html.pl "sub html_view_success" in which it coverts each element of the array @hits into a hash and then sends that each time to the "sub html_record".

What I am trying to accomplish is rather than send each freshly created hash one at a time I want to create a hash of hashes. Then send that to my "sub html_page_top" where I have tons of javascript that will then use the data.

I have tried so many syntax configurations for populating a hash with hashes that I am out of ideas. Can you help?