in reply to Re: Complex Hash of Hashes Data Structure
in thread Complex Hash of Hashes Data Structure

The syntax of pushing the value onto the hash key did the trick. I used data::Dumper and here is a sample of a record:
'46' => { 'doc' => 'J 29.9/6:', 'url' => [ 'http://www.myurl.com', 'http://www.mysecondurl.com' ], 'item' => { '2' => undef }, 'title' => 'Sourcebook of criminal justice statist +ics' },
What took me more than a day, you guys resolved in less than a few minutes. Thank you all. I really appreciate it.