http://www.perlmonks.org?node_id=1058119


in reply to Re^3: Merge the difference between two files and save it on the first file. Also update the first file with info in second file.
in thread Merge the difference between two files and save it on the first file. Also update the first file with info in second file.

Thanks. But i have some issues with the code though. Its not perfect in the sense that when I have space between my configuration parameters, it gets messed up. For example:
if this was my first file:
A=hello

B=world
The I would have trouble reading and hashing. So I am limited in the sense that my files cant have new line in between the configuration settings.