in reply to perl, DBI and CGI checkboxes
That is a spec in itself, in CGI you can use a checkbox_group as follows
And when processingprint checkbox_group(-name=>'fields_to_search', -values=>\@cols # Your array above );
@fields_to_search=param('fields_to_search');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl, DBI and CGI checkboxes
by gogoglou (Beadle) on Mar 24, 2010 at 12:48 UTC |