
Getopt::lucid is a perl module for parsing command line arguments, similar in nature to getopt::long (in perl core). the goal of this module is to provide good code readability and clarity of intent, relying on plain-english option specification as opposed to the more symbolic approach of getopt::long.