plasmatwin
Programmer
Ok, so I want to load an ini file as the config of my script. I want to use the tie() method so that I can access it as if it were a normal hash array (called %config). If I want to check the contents of the ini file for sanity of the data in the inifile (existance of compulsory settings, etc) without killing the main array, how do I go about it?