in reply to Re^3: Config files
in thread Config files
So if I had an array:
@colors = qw ( red blue green )
and I wanted to put it in the config file so anybody could change it, but also could be read by the Config::IniHash module, what is the best way to write it in the config file?
I am following your example and have changed other variables in the config file to look something like:
[path] root = C:\test code = %root%\code1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Config files
by Jenda (Abbot) on Dec 11, 2004 at 00:30 UTC | |
by sparkel (Acolyte) on Dec 11, 2004 at 00:54 UTC | |
by Jenda (Abbot) on Dec 11, 2004 at 01:17 UTC | |
by sparkel (Acolyte) on Dec 11, 2004 at 01:30 UTC | |
by Jenda (Abbot) on Dec 11, 2004 at 17:33 UTC | |
|