Embperl::Syntax::SSI - Embperl::Syntax::SSI documentation


Embperl documentation  | view source Contained in the Embperl distribution.

Index


NAME

Top

SSI syntax module for Embperl

SYNOPSIS

Top

 [$ syntax SSI $]

 DATE_GMT:       <!-- #echo  var='DATE_GMT' -->
 DATE_LOCAL:	<!-- #echo  var='DATE_LOCAL' --> 
 DOCUMENT_NAME:	<!-- #echo  var='DOCUMENT_NAME' -->
 DOCUMENT_URI:	<!-- #echo  var='DOCUMENT_URI' -->
 LAST_MODIFIED:	<!-- #echo  var='LAST_MODIFIED' -->




DESCRIPTION

Top

The module make Embperl understand the following SSI tags. See Apaches mod_include (or Apache::SSI) for a description, what they do.

* config
* echo
* exec
* fsize
* flastmod
* include
* printenv
* set
* if
* elif
* else
* endif
* syntax

The syntax SSI is non standard and is used to change the syntax once you are in SSI syntax. It looks like

  <!--#syntax type="Embperl" -->

Author

Top

Gerald Richter <richter@dev.ecos.de>

Some ideas and parts of the code are taken from Apache::SSI by Ken Williams.

See Also

Top

Embperl::Syntax, Embperl::Syntax::HTML


Embperl documentation  | view source Contained in the Embperl distribution.