NAME
PApp::Preprocessor - preprocess source like "pxml"
SYNOPSIS
use
PApp::Preprocessor;
:><html><title><?
localtime
:></title><:...
DESCRIPTION
Importing this module preprocesses perl source files using pxml2pcode
(see PApp::PCode), using a source filter.
Preprocessing is only one part of papp processing - %S
, translations and others need to be imported/initialized seperately.
After use PApp::Preprocessor
, the source is still in perl mode, but can be switched to literal text mode using :>, and switched back to perl using <:.
SEE ALSO
AUTHOR
Marc Lehmann <schmorp
@schmorp
.de>