"David N. Welton" wrote:

>
>
> > - add a function 'var pairs' (or whatever) which returns a
> >
> >   key-value list
>
> Such as
>
> {x 2} {y 2} {z {45 56}} or what?
>

Such as

{x 1 y 2 x 3 z 4 x {this is a long value with spaces} n 4 {variable with
spaces} 10}

this way one can simply do:

foreach {key value} {[var pairs]} {
    eval_the_CGI_parameter($key, $value)
}

--
Valerio Gionco   [[EMAIL PROTECTED]]
MOST s.r.l.      Via Bezzecca, 9 - 10131 Torino
************************************************************************
            "Life's not fair, but the root password helps."




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

Reply via email to