|
Oak::Web::Additional::Template - Component for adding free text |
Oak::Web::Additional::Template - Component for adding free text
This module will be used to insert free text inside your web page. It will substitute text enclosed by <% and %> with the key setted in the __VARS__ property.
Oak::Web::Additional::Template
set_vars(HASH)
The following exceptions are introduced by Oak::Web::Additional::Template
text.htm ----------- Hi <%fullName%>,
It is a pleasure to meet you.
Cheers -----------
The method set_vars will receive a hash with the variables to be substituted. When you want to substitute some variable put its name between <% and %>
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Oak::Web::Additional::Template - Component for adding free text |