> that's an interesting idea....   i assume this would be 
> inserted in the processing code, after object construction 
> 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


Reply via email to