>>>>> "Ovid" == Ovid  <[EMAIL PROTECTED]> writes:

Ovid> As of CGI.pm version 2.63, if the name is supplied in the query string
Ovid> but has no value, CGI.pm should return an empty string for that.  This
Ovid> should let you keep your @name and @email arrays in synch.  Even if you
Ovid> are using a POST, there should be a query string in the entity-body and
Ovid> CGI.pm *should* handle this correctly.

... unless the browser is returning only one email value (because the
other two are not touched), which is quite possible.

If you need to correlate fields, use distinct names:

name1               email1
name2               email2
name3               email3

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to