Just want to make sure my understanding is right on this, as I just started using tt recently.
If I do something like ( just hightlighting the relevent points )
$t = new Template( VARIABLES => { blah } );$t->process( , OTHERBLAH );
does it do:
create template doing substitutions for blah
process what was left over after blah using OTHERBLAH
so that if i ran
$t->process( , OTHERBLAH1 ); $t->process( , OTHERBLAH2 ); $t->process( , OTHERBLAH3 );
the initial blah variables are only dealt with once?
begin:vcard fn:Sean T. Allen n:Allen;Sean T. org:USA Herbals, LLC email;internet:[EMAIL PROTECTED] title:Tech Guru tel;work:718-388-5424 x-mozilla-html:FALSE version:2.1 end:vcard
