And to state it a little further, you might do something like:
foreach $field ( @selected ) { @value = $q->param( "$field" ); $value = join( ",", @value ); print "$field: $value\n"; }
Or at least that's how I just did it...
I add the join() in there to tidy up the output a bit.
cheers
In reply to Re: CGI Question
by antjock
in thread CGI Question
by kelcey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |