in reply to Re: CGI::param, how to convert parameters into a hash
in thread CGI::param, how to convert parameters into a hash

How do 'multivalued CGI parameters' show up in an URL, can you give me an example ?

Cheers
Luca
  • Comment on Re^2: CGI::param, how to convert parameters into a hash

Replies are listed 'Best First'.
Re^3: CGI::param, how to convert parameters into a hash
by castaway (Parson) on Oct 19, 2005 at 11:34 UTC
    Yup..

    foo?colour=red;colour=blue;colour=green

    For example if you allow multiple selections from an option/select group, then thats what you'll get.

    C.

      Thanks a lot!!
      Luca