[Templates] getting rid of auto ident
Paul Seamons
mail@seamons.com
Fri, 17 Nov 2006 20:21:32 -0700
> According to my previous example:
> [% SET a = "
> adsf
> adsf
> "
> %]
Yes. I re-installed 2.15 and tried that string and I got the nice spacing.
Well, not so nice spacing. I still didn't get the error coming up on the
PERL block though. I don't have any good answers for you there.
Not sure if it is an acceptable solution - but you could try CGI::Ex::Template
which should be a drop in replacement. A large change though is that the
cache files are storable data rather than perl that will be evaled.
Paul