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.

--
B10m

Edit: English can be hard sometimes :-(

Replies are listed 'Best First'.
Re: Re: parsing arguments
by zakzebrowski (Curate) on Oct 08, 2003 at 18:18 UTC
    Indeed, you are correct. However, in the spirit of "there's more than one way to do it", I provided the link to the module... Cheers


    ----
    Zak
    undef$/;$mmm="J\nutsu\nutss\nuts\nutst\nuts A\nutsn\nutso\nutst\nutsh\ +nutse\nutsr\nuts P\nutse\nutsr\nutsl\nuts H\nutsa\nutsc\nutsk\nutse\n +utsr\nuts";open($DOH,"<",\$mmm);$_=$forbbiden=<$DOH>;s/\nuts//g;print +;
      Thanks for posting your reply on Config::IniFiles. Although it did not solve the problem I was having in thread I have installed in my system and have started using it. I love it! Thanks again.