Help for this page

Select Code to Download


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