> 
> Thanks. The expressions like 
> 
>   <a href="[+ [%{{%fdat, lang => 'de', page => 2}}]  +]">
> 
> in my code make me happy - they make me feel like a Real Programmer ;-)
> Seriously
> 
>   <a href="[$ hidden lang => 'de', page => 2 $]">
> 
> where Embperl would recognize 'hidden' in URL context and do the right
> thing could be slightly more intuitive for us less-then-advanced perl
> programmers. Anyway, I'm going to use what you propose: one a little bit
> complicated expression is still better then maintening separate module
> doing the same. Thanks for your help.
> 

I will make Embperl also recogince hashrefs, than it will look like

>   <a href="[+ {%fdat, lang => 'de', page => 2}  +]">

that should be as easy as the hidden, isn't it?

Gerald


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

Reply via email to