I have a config file, with fields as in fieldX:fieldY=value. I have mutiple such rows.
I like to have a some sort of module, which can extract the values from this file, put in some sort of data structure ( $hashref or an $object ). When I change the data using $hashref/$object , it should also change in the config file. The changed config file should be written to a new location in directory system without destorying the old one. I do not want to change the order of the config items in the file. Some sort of module pointer would help too.
Thanks for your help.