On Fri, Jun 17, 2005 at 05:48:21PM +0200, A. Pagaltzis wrote: > * Johan Vromans <[EMAIL PROTECTED]> [2005-06-17 17:20]: > > I can make this information available, if users would be > > interested. > > Access to structured data is always nicer than implementing and > re-implemeting a parser for its serialized form. > > So if it doesn???t take too much effort, it would be nice to have. > I might even need this at some point (I???m the current maintainer > of Getopt::Auto, though I must admit I have not done much to earn > the title yet).
Seconded. I'm the "author" of Getopt::Plus, which is a wrapper around Getopt::Long --- G::L does all the heavy lifting, thanks so much to Johan --- that basically does auto-documentation and choose my own favourite config options. The two things that would make Getopt::Plus easier are -) Structured access to the option settings -) Option to pass in something other @ARGV to the arg-processing code. thanks, Johan. Mx.