Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes:

> A common solution in other languages is
> 
>       foreach (split on '&')
>               key,value = split on '='
>               de-escape key
>               de-escape value
>               push value on end of the array
>                       defined by the hash on key

The logical solution, of course, but it doesn't work with mod_dtcl,
because 1) we already have an hash, VARS, where we put values of
normal variables, and 2) tcl doesn't do hashes of hashes.

Thanks for trying, though:-)
-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

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

Reply via email to