in reply to Re^2: Template::Toolkit: get the names of mentioned variables?
in thread Template::Toolkit: get the names of mentioned variables?

Well, subclassing Template::Stash is not hard at all after all. I just needed to supply a custom get() method. Works like a charm! I've accomplished what I needed to be done in the first place. Perl is great!
  • Comment on Re^3: Template::Toolkit: get the names of mentioned variables?