in reply to Re: Re: Can I automatically generate documentation from HTML::Template?
in thread Can I automatically generate documentation from HTML::Template?
If I understand you correctly, you want a central repository that contains the variables used in each template file. I don't know of any current tools for this. It shouldn't be too difficult, though. HTML::Template->param() in list context returns the names of all variables in the template. This may suffice for your purposes.
----
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
|---|