Hi Monks!
I'm trying to read data from a file and insert the data into a complex data structure.
I have a file like this:
.. and so forth..
I really can't find a way to do it,i want some multidimensional structure so that given paragraph5 i can access all the keys and change the values or add a line or delete it. I tried using array of array of hashes and other mix but no luck. Thank you for your help