- or download this
HTML::Template : Attempt to set nonexistent parameter '<input type="ch
+eckbox" ...
- or download this
$html->param('rcadd_list' =>
checkbox_group( ...
- or download this
$html->param('rcadd_list' =>
''.checkbox_group( ...
- or download this
'rcadd_list' => <input type="checkbox ..>
- or download this
# We need to force scalar context because
# checkbox_group() returns a list, otherwise.
$html->param(rcadd_list =>
scalar ( checkbox_group( ...