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
 

Reply via email to