NAME
CGI::Builder::Const - Imports constant
VERSION 1.0
Included in CGI-Builder 1.0 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
:prefixes
These constants return the handler prefixes:
OH 'OH_'
PH 'PH_'
SH 'SH_'
SUPPORT and FEEDBACK
If you need support or if you want just to send me some feedback or request, please use this link: http://perl.4pro.net/?CGI::Builder::Const.
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 112:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252