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


in reply to HTML::Template Interpolation Error?

None of those are a problem as far as I can tell. And note that the solution is to force string interpolation by prepending ''. to the checkbox_group paramater.

Here's the relevant section of the template:

<TMPL_IF name=rcadd_list> <P> Please select what additional packages you would like installed via Re +d Carpet.<br> You may select multiple packages. All packages with a check mark wil +l be installed. <p> <TMPL_VAR name=rcadd_list> </TMPL_IF>

"Even if you are on the right track, you'll get run over if you just sit there." - Will Rogers