# Tk-TabbedForm Inherits Tk::Frame. A Tk::NoteBook based form editor. With the B<-structure> option you can define fields the user can fill. With the put and get methods you can set or retrieve values as a hash. # Requirements The following Perl modules must be installed: * Scalar::Util::Numeric * Test::Tk * Tk * Tk::ListEntry * Tk::ColorEntry # Installation perl Makefile.PL make make test make install After make you can do the following for visual inspection: perl -Mblib t/Tk-TabbedForm.t show