Hi,
Thank you very much for your suggestion, i'm unable to test right now since i'm on holiday using an online compiler, but it looks exactly what I needed.
My data is actually slightly more complicated than the example I provided, since each row has additional information, therefore was planning on eventually using the following design $hash->{one}->{children}->{two}..., $hash->{one}->{data}->{url} = 'example.com' etc to parse the row "one|url=>example.com", and I will read the documentation carefully to see if this is possible.
Thanks again
| [reply] |
To maintain hash of hash of .... in case the data has lines of numbers ... DiveRef($hash, \(@path) ); | [reply] [d/l] |