NAME
WE_Frontend::Plugin::Null - null plugin which can print an important sentence
SYNOPSIS
my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE Null %]
[% Null.helloworld %]
DESCRIPTION
This is only a demonstration module for the plugin mechanism.
METHODS
- helloworld
-
Return the important sentence.
- selfeval("templatevar")
-
Return the value of the named template variable.
AUTHOR
Slaven Rezic - slaven@rezic.de