I have a .conf file which looks like this:
[offline_online_status]
offline_online_status.offline_online_state=ONLINE
How can perl read the dot symbol (.) in the value above? Can anybody teach me?
I have a .conf file which looks like this:
[offline_online_status]
offline_online_status.offline_online_state=ONLINE
How can perl read the dot symbol (.) in the value above? Can anybody teach me?
maybe you can adapt this to what you need to do:
Try to use this, make your own modification:
And after that just print the $status_in_file. This code will read the entire key and value in your configuration file.