Items handy_utilities - hollie/misterhouse GitHub Wiki
See original
None
Handy utilities of all shapes and sizes
None
None
| Method | Description | 
|---|---|
write_mh_opts | 
This function will add or edit MisterHouse parameters in the user's ini file. It will make a backup of the ini file, and it doesn't remove any comments in the file. The first argument is a hash of parameters to set. The second (optional) argument is the ini file you want to modify, and the third (optional) argument is set to 1 if you want to log the change. Examples:   write_mh_opts({"photo_dir" -> $state}, undef, 1);  write_mh_opts(%parms);
 | 
Bruce Winter [email protected]
None