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.

Option driven

All configurations are done by options, which (using option files) makes generator calls very comfortable.

Options are defined by the several (module) levels: the startup script ( perlpoint) declares a few bootstrap options only. Then PerlPoint::Generator declares options common to all generators. Then PerlPoint::Generator::<language> declares options available for all converters to <language>, and PerlPoint::Generator::<language>::<formatter> the options that are specific to that formatter.

Option files are the base of styles as well.