in reply to backup storage for variables
Lets say you are reading your config file into a hash. Initialise this hash at runtime complete with default values. Then parse the config file, and over-write the default values when specified. One less file to bundle with your application.
|
|---|