NAME
sample - skeleton for GetOpt::Long and Pod::Usage
SYNOPSIS
sample [options] [file ...]
Options:
--ident shows identification
--help shows a brief help message and exits
--man shows full documentation and exits
--verbose provides more verbose information
--quiet runs as silently as possible
OPTIONS
- --help
-
Prints a brief help message and exits.
- --man
-
Prints the manual page and exits.
- --ident
-
Prints program identification.
- --verbose
-
Provides more verbose information. This option may be repeated to increase verbosity.
- --quiet
-
Suppresses all non-essential information.
- file
-
The input file(s) to process, if any.
DESCRIPTION
This program will read the given input file(s) and do someting useful with the contents thereof.