>
> this doesn't:
>
> <a href="[+ $mi->[1] +]?[+ { %fdat, tst1 => 11, tst2 => 22 } +]">
>
> result is href=xxx?22
>

Does it change anything if you write

<a href="[+ $mi->[1] +]?[+ scalar ({ %fdat, tst1 => 11, tst2 => 22 }) +]">

Take a look at the embperl.log file. How does the expression look like in
the EVAL< line for that tag?

Gerald



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

Reply via email to