CGI::Builder is a Perl framework to build simple or complex web-apps.
SYNOPSIS
# define your build
use CGI::Builder
qw| CGI::Builder::AnyExtension
AnySuperClass
|;
This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF.
Product's homepage
Here are some key features of "CGI::Builder":
· Rapid Development
· An easy tool for beginners and experts
· Pre-structured process
· Memory Efficient
· Homogeneous Accessors
· OOTools pragmas
· Smart defaults always overridable
· Powerful and flexible extension system
· Growing Extensions List
· Consistent interface and internal structure
· Clear Conventions and Guide Lines
Requirements:
· Perl