NAME

HTML::Template::LZE.pm

SYNOPSIS

use strict;

use HTML::Template::LZE;

my %template = (

path     => "path",

style    => "style"

template => "index.html",

name => 'window'

);

initTemplate(\%template);

my @data =(

{

name   => 'header',

},

{

name  => 'links',

style => 'Crystal',

text  => '<a href="news.html" class="menuLink">News</a>',

title => 'News',

},

{
name   => 'currentLink',

style   => 'Crystal',

text => '<a href="news.html" class="menuLink">Downs</a>',

title => 'Downloads',

},

{
name   => 'footer',

},

);

print initArray(\@data);

BUGS

new

initTemplate

my %template = (

path     => "path",

style    => "style"

template => "index.html",

);
initTemplate(\%template);

Template()

appendHash()

appendHash(\%hash);

initArray()

getSelf()

AUTHOR

Dirk Lindner <lze@cpan.orge>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Hr. Dirk Lindner

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.