in reply to Re^4: insert data into data structure
in thread insert data into data structure

Your example data doesn't show the square brackets. Can you give a better example of what your data looks like?

Based on your description, a hash of hashes sounds like what you want, since the key to picking out the data you want is a string like "Paragraph5". If the search string is a hash key, getting the related values is simple and very fast.

Dum Spiro Spero