[Templates] FILTERs and objects
apv
apv@sedition.com
Sat, 28 Oct 2006 18:23:54 -0700
I have a filter I'd really like to apply to objects but FILTERs seem =20
to stringify their "content." Hence, they flatten objects.
Any clues? Is this something worth trying to patch in TT itself (if =20
it wouldn't break anything else, I haven't looked that deeply yet).
Barring that, is there another way to get the context in an OP. I can =20=
certainly do something like
$Template::Stash::ROOT_OPS->{blah} =3D sub { ... }
But I need have the access to the TT context that a dynamic filter =20
allows.
=96Ashley