Johan and/or CPAN module authors: Do you know of any Perl module that provides the algorithm used in Getopt::Long to implement the automatic abbreviation feature? I'd like to have that feature available for not just command-line arguments, but subroutine arguments in modules that I write. I could just extract the code from Getopt::Long but I think it would be a useful thing to have as a CPAN module...
--Bill.