Wouldn't it be great if everyone was writing docs
like you do? :)
I checked it out - it seems quite interesting. Will
give it more thougth in the morning
(it's 3AM ...).
Thanks.
Indeed,
there are a number of solutions that can be implemented.
HTML::Template::Expr with a function
Anyway - I already looked into that. It's what CGI::Application::Framework uses.
But it's not what I need/want.
That way I can only call some run_mode (method) from current module (one that is outputing
the template in the first place). I would need to manualy add plugins to each of
On Wed, 2005-11-09 at 12:51, Webmaster Techcode.NET wrote:
> MessageNo need to send emails to both me and list (twice) I guess ?
>
er, ok
>
> Anyway - I already looked into that. It's what CGI::Application::Framework
> uses.
> But it's not what I need/want.
>
> That way I can only call some run
Title: Message
No need to send emails to both me and list
(twice) I guess ?
Anyway - I already looked into that. It's what
CGI::Application::Framework uses.
But it's not what I need/want.
That way I can only call some run_mode (method)
from current module (one that is outputing
the temp
Title: Message
Hi
Since
you're using CGI::App, you should have a look at
CGI::Application::Plugin::AnyTemplate - which will allow you to call a run mode
with the H::T
Dan
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Webmaste
Hello folks!
Don't know if it's just me or documentation of
HTML::Template::Extension isn't good. Eitherway, I can't figure out how to write an extenstion for it, that I need for my
project.
I work with CGI::Application, and I wan't to be
able to use (reusable) objects in my templates.