Hey All,
I haven't seen a message posted since the 21st, so
I wanted to make sure everything was still working :)
Seriously, this may
be a silly or even stupid question - but is there some way to create a new
template object and simply assign it all the params as a existing template
object?
Something like
****
my $content = new HTML::Template(filename =>
"template1.tmpl");
Go through and set all kinds of params
my $content2 = new HTML::Template(filename =>
"template2.tmpl");
$content2->param(%$content);
$content2 now contains all the params and values
that were/are in $content.
****
I know that wouldn't work, just hoping it would
help explain.
Thanks
-Chris
|
- Re: [htmltmpl] New Template Object based on Exi... Chris Faust
- Re: [htmltmpl] New Template Object based o... Roger Burton West
- Re: [htmltmpl] New Template Object bas... Chris Faust
- Re: [htmltmpl] New Template Object bas... Sébastien Aperghis-Tramoni
- Re: [htmltmpl] New Template Object... Chris Faust
- Re[2]: [htmltmpl] New Template... Ãîðüêèé Þðèé
- Re: [htmltmpl] New Template Ob... Sam Tregar
- Re: [htmltmpl] New Templa... Chris Faust