WebDyne
view release on metacpan or search on metacpan
lib/WebDyne/Constant.pm view on Meta::CPAN
WEBDYNE_ERROR_WEBDYNE_CONSTANT_SHOW => 1,
# URI and version
WEBDYNE_ERROR_URI_SHOW => 1,
WEBDYNE_ERROR_VERSION_SHOW => 1,
WEBDYNE_ERROR_INTERNAL_SHOW => 0,
# Internal indexes for error eval handler array
#
#WEBDYNE_ERROR_EVAL_TEXT_IX => 0,
#WEBDYNE_ERROR_EVAL_EMBEDDED_IX => 1,
#WEBDYNE_ERROR_EVAL_LINE_NO_IX => 2,
# Alternate error message if WEBDYNE_ERROR_SHOW disabled
#
WEBDYNE_ERROR_SHOW_ALTERNATE =>
'error display disabled - enable WEBDYNE_ERROR_SHOW to show errors, or review web server error log.',
# Default title
#
man/WebDyne.3pm view on Meta::CPAN
AddHandler perl\-script \&.psp
PerlHandler WebDyne
.fi
.if n \{\
.RE
.\}
.PP
This is a bare\-bones config which does not enable such features as caching \- see the documentation located at
\m[blue]\fBhttp://webdyne\&.org\fR\m[]
for further configuration details for Apache and other web servers\&.
.SH "EMBEDDING PERL INTO HTML"
.PP
Perl can be embedded into HTML in one of two ways \- inline intermingled with HTML, or at the end of the HTML document (non\-inline)\&.
.PP
\fIInline Perl\fR
.PP
Inline code is intermingled within the HTML code and can be triggered using one of three syntaxes:
.PP
.RS 4
.ie n \{\
\h'-04' 1.\h'+01'\c
( run in 0.480 second using v1.01-cache-2.11-cpan-2c0d6866c4f )