Subject: | =on right side of value caused problems |
I experienced problems parsing .ini files with lines like
left_hand_side: <img src="images/
It was the = sign that caused problems. html, simple, ini, didn't matter, it didn't parse right. I wound up using Config::IniFiles, which is pretty similar.