Tk::FormUI

Overview

Tk::FormUI is a module to simplyfiy creating a form and returning field data using perl Tk.

It is intended to create the form and return the data entered into the various fields.

Examples

Please look at the examples/tk_formui_demo.pl script for an example of how to use the Tk::FormUI module.

To Do