You are using a browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.
options()
Invocation: called after the constructor of a subclass, by the
bootstrap() method.
Function in the Generator class: defines
Generator options.
Intention for subclasses: add own options.
Parameters: the object.
Return values: an option list.
Hints: it is strongly recommended to invoke the parent method, as by
# provide the base options plus your own
(
$me->SUPER::options, # base options
"newopt1=s", # new options
"newopt2=s",
);