So, then it comes down to whether to use something like XML::Simple or AppConfig (not be confused with App::Config by the same author):
The thing about AppConfig is that it is in fact designed to configure applications. It handles default values, maximum number of args per parameters, and more.
XML on the other hand is an up and coming standard.
Both of them will provide strong error checking.
does anyone have any experience/suggestions to share?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: AppConfig or XML::Simple for All my modules?
by Masem (Monsignor) on Feb 06, 2002 at 14:24 UTC | |
|
Re: AppConfig or XML::Simple for All my modules?
by lachoy (Parson) on Feb 06, 2002 at 15:13 UTC | |
|
Re: AppConfig or XML::Simple for All my modules?
by ajt (Prior) on Feb 06, 2002 at 15:39 UTC | |
|
Re: AppConfig or XML::Simple for All my modules?
by jplindstrom (Monsignor) on Feb 06, 2002 at 21:48 UTC | |
by lachoy (Parson) on Feb 06, 2002 at 22:36 UTC | |
|
Re: AppConfig or XML::Simple for All my modules?
by miyagawa (Chaplain) on Feb 06, 2002 at 23:15 UTC |