Re: Making a Copy of a template object

Michael Peters <[email protected]> Fri, 19 Dec 2008 09:24:33 -0500
Newsgroups gmane.comp.lang.perl.modules.html-template
Message-ID <[email protected]>
cfaust-dougot wrote:

> I'm really trying to split the current template object into 2 different 
> objects after I've assigned a bunch of things to it (one ends up being 
> for display and the other gets emailed),

Why don't you just create 2 template variables that use the same underlying template. Then you can 
use the same process that you're using to fill in one to fill in the other.

-- 
Michael Peters
Plus Three, LP


------------------------------------------------------------------------------