metaperl has asked for the wisdom of the Perl Monks concerning the following question:
Thanks for writing Getopt::Lucid. It has always been my module of choice for parsing command line options. It is easy to use for simple and complex cases too. I have a few questions.
It wouldnt have to parse all the CSV syntax, just simple CSV. It is more convenient to specify things that way than repeatedly supplying the argument you want to cobble into a list../script.pl --csv_arg=a,b,c my @arg = $opt->get_csv_arg;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getopt::Lucid - awesome module, a few questions
by afoken (Chancellor) on Jun 09, 2009 at 20:35 UTC |