> Nevermind,
>
>         just found out... should've been
>                 <a href="[+ $ENV{'SCRIPT_NAME'} +]?[+ [ %fdat ] +]">
>
>

1.3.0 also accepts

<a href="[+ $ENV{'SCRIPT_NAME'} +]?[+ \%fdat  +]">

which passes a referece to %fdat instead of creating an annoymous array and
is therefor a little bit faster

Gerald

-------------------------------------------------------------
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
-------------------------------------------------------------


>         thanks
>
>
> martin
>
> Martin Langhoff wrote:
>
> >         I would have sworn that Embperl could recognize a tag like:
> >
> >         <a href="[+ $ENV{'SCRIPT_NAME'} +]?[+ %fdat +]">
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


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

Reply via email to