>>>>> "Corey" == Corey Saltiel <[EMAIL PROTECTED]> writes:
Corey> Is it possible to do something like the following: Corey> [% WRAPPER $wrapper || default.tt %] [% real = $wrapper || "default.tt"; WRAPPER $real %] or, if you don't mind killing $wrapper: [% DEFAULT wrapper = "default.tt"; WRAPPER $erapper %] -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
