6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
The Getopt::Simple perl module provides a simple way of specifying:
|
|
* Command line switches
|
|
* Type information for switch values
|
|
* Default values for the switches
|
|
* Help text per switch
|