> this works:
>
> my $data = { FORM => { Table => [ { name => 'uwe' } ] } };
>
> if this is not what you want, use underscores '_' instead.
> the period is TTs dereferencing (among other things) operator.
> I know. But this is not want I need. I don't want to use the '_' instead. But thanks for your idea. I'm coming from HTML::Template - there is a dot no problem. Is there a way to make the dot working in TT too? Thanks, Uwe
