NAME

CGI::Builder::Const - Imports constants

VERSION 1.26

Included in CGI-Builder 1.26 distribution.

The latest versions changes are reported in the Changes file in this distribution.

The distribution includes:

CGI::Builder

Framework to build simple or complex web-apps

CGI::Builder::Const

Imports constants

CGI::Builder::Test

Adds some testing methods to your build

Bundle::CGI::Builder::Complete

A bundle to install the CBF and all its extensions and prerequisites

To have the complete list of all the extensions of the CBF, see "Extensions List" in CGI::Builder

SYNOPSIS

use CGI::Builder::Const qw| :all | ;

DESCRIPTION

This module is internally used by the CBF. You don't need to use it unless you are writing some very heavy extension :-).

CONSTANTS

:phases

These constant are used to set and check the Process Phase. They return just a progressive integer:

CB_INIT         0
GET_PAGE        1
PRE_PROCESS     2
SWITCH_HANDLER  3
PRE_PAGE        4
PAGE_HANDLER    5
FIXUP           6
RESPONSE        7
REDIR           8
CLEANUP         9

SUPPORT

See "SUPPORT" in CGI::Builder.

AUTHOR and COPYRIGHT

© 2004 by Domizio Demichelis.

All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 107:

Non-ASCII character seen before =encoding in '©'. Assuming CP1252