Help for this page

Select Code to Download


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