Hi,
I have a doubt that how can i read a file and parse the values and create a hash out of it.
for example a file contains a line
maintenance_mode ServiceMonitor,name=BoyScoutService
now i want my hash to contain a key of maintenance_mode and a value ServiceMonitor,name=BoyScoutService