http://www.perlmonks.org?node_id=312582


in reply to HTML::Template macros

Interesting hack! I'd probably do this by overriding param() in a class that inherits from HTML::Template. Then just have param() autogenerate num_foo for each loop foo.

-sam