>
> I got it working in the syntax now (it was quite simple,
> actually, I just didn't see the light at first :-)
>
Great!
> The funny thing is that I only needed to add quoting for
> tags, not . I also saw that "textarea
> escape" is on the TODO list.
Yes, textarea doesn't behave quite as
>
> I have escmode and input_escmode both set to zero, since I
> often print tags from perl code. And yes, it works if I
> change the example to
> [- $escmode = 7; $fdat{'foo'} = ... etc etc -]
>
> I wasn't aware that the escmode also applies to the
> (automatic) value-setting by %fdat. I also
>
> I need to give user a new session but I don't want to
> delete old data for archival purposes - so don't want
> $r->DeleteSession - what's the right way? User don't need to
> remember old session, so I can just make a new session and
> resnd a new cookie, but what is the standard way?
>