Help for this page
use Getopt::Long::Descriptive; ... [ 'help|usage|?!' => 'Prints this usage information.' ], [ 'name=s' => 'Sets the name', { required => 1 } ], );