perrin has asked for the wisdom of the Perl Monks concerning the following question:
Can anyone suggest something better?my %hash; @hash{ $input->value_names() } = $input->possible_values();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Form and select values (better?)
by Aristotle (Chancellor) on Nov 11, 2003 at 01:38 UTC |