> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf
> Of byron wise
> Sent: Tuesday, May 09, 2000 4:34 PM
> To: Perl-Win32-Users Mailing List
> Subject: form question
>
>
> I have written a script that reads a form.  The form has places
> for text and some radio buttons.  On submit, the data that gets
> sent to my perl script isn't in the same order as they are
> positioned in the html form.  Why?

Sorry, but you have no control on the sequence that these web form objects
are returned.

CGI.pm and cgi-lib.pl both place the returned data in a hash, so just look
for data in these named keys.

Walter


---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to