[Templates] creating dynamic hidden fields in templates
Mark Mills
mark@xodiax.com
Wed, 6 Mar 2002 14:27:58 -0500
> that's an interesting idea.... i assume this would be=20
> inserted in the processing code, after object construction=20
> and before template processing?
Actually, Template::Stash appears to be loaded by the `use Template;` so =
you can do it in a BEGIN{} block that follows the use if you like. I =
stuff it an a couple other stash tinkerings in a BEGIN at the end of the =
file, out of my way. This isn't per object, it is adding the methods to =
the module post import!
--mark