in reply to Re: Re: parsing arguments
in thread parsing arguments
I'm not too familiar with Config::Inifiles, but from your example, it doesn't seem to fit mifflin's needs, since (s)he wants to parse command line arguments, and Config::Inifiles works with, *tada* Inifiles :-)
Since the Getopt::Long was already mentioned, I'd like to add "AppConfig". I have been using that myself recently and must say it works nice. It parses command line arguments, aswell as configuration files.
--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: parsing arguments
by zakzebrowski (Curate) on Oct 08, 2003 at 18:18 UTC | |
by mifflin (Curate) on Oct 13, 2003 at 19:27 UTC |