Re: Getopt::Long wishes (was: RFC: Getopt::Modern)

2005-07-09 Thread Johan Vromans
As I've said before, if GetOptions() could be a few-lines wrapper around the $opt = Getopt::Long-new()... $opt-get([EMAIL PROTECTED]) dance, this allows the author (of what will most likely be a module if they want to parse something besides ARGV) to design their own entry point if need be.

Re: Getopt::Long wishes (was: RFC: Getopt::Modern)

2005-07-09 Thread Eric Wilhelm
# The following was supposedly scribed by # Johan Vromans # on Saturday 09 July 2005 02:58 am: this allows the author (of what will most likely be a module if they want to parse something besides ARGV) to design their own entry point if need be. I'm puzzled. Basically, you suggest that it is