Hi all,

ok, it's late and my brain is melting, so please forgive me if the 
following question should turn out to be a no-brainer.

I have a form that passes on a query-string with multiple values for the 
same name:
"....some.cgi?thisorder=2&key=4&thisorder=5&key=10"

I am using CGI.pm and would now like to parse the query-string such that 
each value of "thisorder" is associated with the immediately following 
value of "key". I reckon this means I should create a hash. Could anyone 
point me in the right direction on how to achieve this with CGI.pm?

Best,

Birgit Kellner



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to