in reply to cgi input box process script
Beyond that, some clarification of what you mean might be necessary. The data has to go into a hash regardless of what method you use.foreach(sort(keys(%FORM))) { print $_ . ': ' . $FORM{$_} . "\n" if ($_ =~ /^no\d+$/ && $FORM{$_ +}); }
|
|---|