The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

SEE ALSO

Template::Plugin.