RE: [htmltmpl] is it possible to use var in include

2005-09-29 Thread Peter Leonard
Michael, I would too. :) --peter On Thu, 29 Sep 2005 [EMAIL PROTECTED] wrote: Hello Rajesh, Hello Peter, thanks for your help. Will use Rajesh one's, cause it looks easier for me. Regards Michael "Rajesh_K" <[EMAIL PROTECTED]> schrieb am 29.09.2005 13:14:16: I am doing this q

RE: [htmltmpl] is it possible to use var in include

2005-09-29 Thread michael . braig
Hello Rajesh, Hello Peter, thanks for your help. Will use Rajesh one's, cause it looks easier for me. Regards Michael "Rajesh_K" <[EMAIL PROTECTED]> schrieb am 29.09.2005 13:14:16: > I am doing this quite successfully with the following code: > > In the HTML template > >     > > In the per

RE: [htmltmpl] is it possible to use var in include

2005-09-29 Thread Rajesh_K
I am doing this quite successfully with the following code: In the HTML template In the perl script my $filter = \&tmpl_filter; my $template = HTML::Template->new(filename => 'insider_tmpl.html', path=> $self->param('tmpl_path'), filter=>$filter); sub tmpl_filter() { my $text_ref = s