Modules
Perl module that defines the API for subclasses, which are miniature applications called "web page makers", and provides them with a hierarchical environment that handles details for obtaining program settings, resolving file system or web site contexts, obtaining user input, and sending new web pages to the user.
Perl module that is used by all subclasses of CGI::WPM::Base for managing global program settings, file system and web site hierarchy contexts, providing environment details, gathering and managing user input, collecting and sending user output, and providing utilities like sending e-mail.
Perl module that is a subclass of CGI::WPM::Base and implements a complete guest book with unlimited questions that also e-mails submissions to the website owner.
Perl module that is a subclass of CGI::WPM::Base and implements an e-mail submission form with unlimited questions.
Perl module that is a subclass of CGI::WPM::Base and resolves navigation for one level in the web site page hierarchy from a parent node to its children, encapsulates and returns its childrens' returned web page components, and can make a navigation bar to child pages.
Perl module that is a subclass of CGI::WPM::Base and issues an HTTP redirection header.
Perl module that is a subclass of CGI::WPM::Base and displays a static text page, which can be in multiple segments.
Perl module that is a subclass of CGI::WPM::Base and displays a static HTML page.
Perl module that is a subclass of CGI::WPM::Base and tracks site usage details, as well as e-mail backups of usage counts to the site owner.