![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: HTML::Template not finding parameter in templateby Loops (Curate) |
on Nov 22, 2014 at 02:56 UTC ( #1108075=note: print w/replies, xml ) | Need Help?? |
When your template variable is inside a <TMPL_LOOP> you have to qualify it with the loop name:
The template doesn't demand a global SLOTNAME value, it requires a value for every iteration of the loop.
In Section
Seekers of Perl Wisdom
|
|