in reply to Multiple Data Selections per Field in CGI
@all_selections will then magically have all the values selected in your multiple selection field. It's just that simple.use CGI qw(:standard); @all_selections = param ('field');
Gary Blackburn
Trained Killer
|
|---|