>  I would like to do it like this: <a
> href="/foo/some.epl?[+hidden+]"> but how i am thinking this will not
> work....
>


<a href="/foo/some.epl?[+ \%fdat +]">

or if you don't have set optRawInput you need to escape the \, so it looks
like

<a href="/foo/some.epl?[+ \\%fdat +]">

This should do what you need. Embperl will care about correct escaping

Gerald

P.S. This works with any other hashref or arrayref too.

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to