Template::Plugin::SSI

Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI).
Download

Template::Plugin::SSI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Corey Wilson, Mike Kralec and James Tolley
  • Publisher web site:
  • http://search.cpan.org/~corey/Template-Plugin-SSI-0.11/SSI.pm

Template::Plugin::SSI Tags


Template::Plugin::SSI Description

Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI). Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI).SYNOPSIS # virtual include of the file /foo/bar.inc.html # file include of the file /foo/bar.inc.html # execute a command # execute a cgi script # set a config variable ('sizefmt', 'timefmt', or 'errmsg') # echo a set or environment variable # Environment Variable Examples: # DOCUMENT_URI - the URI of this document # DOCUMENT_NAME - the name of the current document # DATE_GMT - the same as 'gmtime' # DATE_LOCAL - the same as 'localtime' # FLASTMOD - the last time this script was modified # set a local variable ($name = 'Corey') # print when 'index.html' was last modified # print the file size of 'index.html' A Template Toolkit Plugin that provides an easy way to include Apache's SSI within a template. (acts as a wrapper to CGI::SSI)The plugin can be loaded via the familiar USE directive. This creates a plugin object with the name of 'SSI'. Requirements: · Perl


Template::Plugin::SSI Related Software