PApp::Preprocessor - preprocess source like "pxml"


PApp documentation  | view source Contained in the PApp distribution.

Index


NAME

Top

PApp::Preprocessor - preprocess source like "pxml"

SYNOPSIS

Top

 use PApp::Preprocessor;

 :><html><title><?localtime:></title><:...

DESCRIPTION

Top

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

Top

PApp::PCode.

AUTHOR

Top

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/


PApp documentation  | view source Contained in the PApp distribution.