in reply to Using a 'getopt' in module code

Just to be safe, I'm going to post this as AM.

I work with a set of Perl libraries that were designed to use Getopt::Long as the standard parameter-passing mechanism. (Oddly, only with single letter variants.)

Among the many things that sucks about this are:

At one point I had a longer list. It just made me sad, though. Don't do it. Your code maintainers will loath you.