CPAN Module HTML::Puzzle
A framework to build web component based on database.

Latest release HTML-Puzzle-0.12.tar.gz
Released 24th March 2002
Author Information
Name Emiliano Bruni
Email info@ebruni.it
CPAN Directory EBRUNI
Homepage http://www.ebruni.it
Additional information
Introduction

This module is a framework to build web component based on database. It can be useful for create forums, guestbook, news sections and others.

For more information and updates about this module you can point your browser  to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/index.htm or to whatever CPAN mirror site.

Installation

0. Prerequisites:
- Perl version 5.005_03 or more recent.
- CPAN DBI module.
- HTML::Template::Extension module
- A CPAN DBD driver module (currenty only Mysql are tested)

1. Installation steps:
- from the directory where this file is located, type:
perl Makefile.PL
make (and ask to questions to you db configuration)
make test
make install

Examples

Have a look to this page to see some examples on what you can simply do using this module.


Modules
HTML::Puzzle
Base framework module
0.12
HTML::Puzzle::DBTable
Connection module to data tables
0.12
HTML::Puzzle::Format
Format data extracted from DBTable using an html template file
0.12
Other POD Documentation
None
Other Files
Changes DISCLAIMER
TODO