in reply to Re: :-delimited lists in CGI parameters
in thread :-delimited lists in CGI parameters
and $file = "bar"( selected => "foo" )
when what I get instead is:<input type="hidden" name="selected" value="foo:bar">
If I change the hidden() to a Dumper in order to show the contents of %param in place of the hidden input, the values are infact what I would expect. The reason I included the one liner is to demonstrate the inconsistancy.<input type="hidden" name="selected" value="foo">
|
|---|