
Config::record provides an api for loading and saving of simple configuration file records. entries in the configuration file are essentially key, value pairs, with the key and values separated by a single equals symbol. the key consists only of alphanumeric characters. there are three types of values: scalar values, array values and hash values.