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

NAME

Yote::SipmleTemplate - A very simple templating system on the server side.

DESCRIPTION

A very simple templating system on the server side.

PUBLIC API METHODS

fill( context_data )

Returns the template filled with the context data, which is a hash of keyname to value.

AUTHOR

Eric Wolf coyocanid@gmail.com http://madyote.com

LICENSE AND COPYRIGHT

Copyright (C) 2011 Eric Wolf

This module is free software; it can be used under the same terms as perl itself.