NAME
Template::Quick::Thread
SYNOPSIS
use Template::Quick::Thread;
my %needed =(
start => 'von',
end => 'bis',
style => 'Crystal',
thread => 'thread',
settingsfile => '',
);
print showThread(\%needed );
EXPORT
showThread
Public
Public new()
my $thread = new Template::Quick::Thread();
showThread(\%)
my %needed =(
start => 'von',
end => 'bis',
style => 'Crystal',
thread => 'thread',
right=> '1',
action => 'news',
);
print showThread(\%needed );
Private
threadBody
ebis()
getSelf()
AUTHOR
Dirk Lindner <lze@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 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.