Re: H::T future (was Re: [htmltmpl] xml complant tags)
Brought to you by:
samtregar
From: Karen J. C. <si...@ph...> - 2003-12-09 00:25:19
|
On Mon, 8 Dec 2003, Wayne Walker wrote: WW>I would actually like a function to tell me what variables and or loops WW>in the template were NOT populated. That way I can email or log the WW>fact. This often happens when a web designer includes a component the WW>developer doesn't know about so it is not getting populated. That's relatively simple: just loop through $template->param() and find everything that's !defined $template->param($_). (Or something like that... blame antihistamines for anything goofy in the preceding.) That might be a good recipe (a la Perl Cookbook) to include in the documentation, though. Especially fancy variations that can look inside loops. -- Karen J. Cravens si...@ph... |