in reply to HTML::Template Modules and Zeros

Is it possible that your output template has something like this?
<TMPL_IF number_pre_reg_adult_variable_string> the output is <TMPL_VAR number_pre_reg_adult_variable_string> </TMPL_IF>
If so, the block won't print because the variable is evalurating to 0!

-- zigdon