in reply to Getting all used parameters from a Template::Toolkit template
I think you could do this by subclassing the Template::Stash and overriding the new and get, then making a Template::Plugin module to provide the listing function. Looking at the Template::Stash code, it doesn't appear it would be a hugely painful experience, just a bit of a sting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting all used parameters from a Template::Toolkit template -- try #2
by Herkum (Parson) on Mar 11, 2009 at 14:33 UTC |