At 10:56 PM 10/26/01 -0700, Bill Moseley wrote:
>>The remaining problem likely has to do with localization of the stash.
>>INCLUDE (and WRAPPER) localize the stash, meaning a local copy of the
>>top level is made, and then restored when the INCLUDEd template is
>>finished.
>
>Ok. Seems like that might be the problem as I can't even set a simple
>variable in the stash and get it to print.
My mistake: I can do this in my filter:
$stash->set( 'baz', 123 );
And that I can print in my template.
Bill Moseley
mailto:[EMAIL PROTECTED]