Library: getopt Author: Kevin Rosenberg URL: http://kpe.io/files/getopt/ This package provides a module for analyzing a list of command-line arguments. It uses a command-line syntax similar to the GNU getopt_long function. The package also provides an automated test suite which uses the ptester library from http://kpe.io/files/ptester/