Help for this page

Select Code to Download


  1. or download this
    print
    checkbox_group(-name=>'fields_to_search',
                   -values=>\@cols # Your array above
                  );
    
  2. or download this
    @fields_to_search=param('fields_to_search');