Handout README

Provides a framework example of CGI::Application using
CGI::FormBuilder and CGI classes.

This includes:
  Info.pm	- class to manage information
  Handout.pm	- class to manage handouts

To install do the following:

perl Makefile.pl
make
make test
make install

These will build the utility, create a local version
of it, test the local version of it and, lastly,
install the local version into your version of Perl.

You will need the proper security on your system to
install into the Perl directories.

See perldoc Handout for the Handout class.
See perldoc Info for the Info class.
See perldoc handout for user documentation.
