in reply to Re^3: Getting all values from a CGI list box
in thread Getting all values from a CGI list box

He might as well use perl to create his hidden form field value using the same array as in the scrolling_list call.

For (de)serializing the stuff he can make good use of the code you++ provide on your scratchpad. ;-)

Replies are listed 'Best First'.
Re^5: Getting all values from a CGI list box
by ikegami (Patriarch) on Jan 02, 2007 at 19:57 UTC
    Thanks, but URI escaping is accessible in this case and works just fine. No need to introduce a new protocol.