Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a parameter config file from where I load important variables needed in my program.
I am planning on implementing another backup where if a certain variable or array needed in my program is deleted from the config file, then I can go and get the data from 'somewhere else'.
Now I was planning on implementing a backup parameter config file that would contain a dublicate copy of the parameters such that is something is missing from parameter file 1, it will find it in parameter file 2 and use that data.
Are there any other neat ideas of having a backup data storage place you guys can think of? I am just looking for some cool ideas from you guys.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: backup storage for variables
by Tanktalus (Canon) on Jan 26, 2005 at 22:42 UTC | |
by Anonymous Monk on Jan 27, 2005 at 15:55 UTC | |
by Tanktalus (Canon) on Jan 27, 2005 at 16:21 UTC | |
|
Re: backup storage for variables
by hostyle (Scribe) on Jan 26, 2005 at 22:27 UTC |