Modules
Perl module that interfaces to a tab-delimited text file for storing date-bounded counts of occurances for multiple events, such as web page views.
Perl module that implements a hash whose keys can have either single or multiple values, and which can process url-encoded data.
Perl module that interfaces to a common text file format which stores records as named and url-escaped key=value pairs.
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 stores and assembles components of a new web page, including HTTP headers, and it is returned by all subclasses of CGI::WPM::Base.
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, and providing utilities like sending e-mail.
Perl module that is a subclass of CGI::WPM::Base and implements a complete guest book.
Perl module that is a subclass of CGI::WPM::Base and implements a private e-mail form.
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.
Perl module that provides complex parameter list parsing for subclass methods.
Perl module that maintains a predefined html input form definition with which it can generate form html, complete with persistant and error-checked user input, as well as formatted reports of the user input in html or plain text format.
Perl module that can create any HTML tags, as well as groups of or just parts of them, and complete html headers or footers.
Other files
- ChangeLog
- MANIFEST
- README
- demos/redirector/default.pl
- demos/website/content/content_prefs.pl
- demos/website/content/frontdoor.html
- demos/website/content/guestbook_messages.txt
- demos/website/content/guestbook_questions.txt
- demos/website/content/links.html
- demos/website/content/myperl/myperl.html
- demos/website/content/myperl/myperl_prefs.pl
- demos/website/content/mysites.html
- demos/website/content/resume.html
- demos/website/default.pl