Hello Andy,
> I'm guessing that HTML::Template uses simple string substitution in
> resolving variables so can accept pretty much any character sequence.
I'm not sure, but I think this is true.
> Below is an example. While you can use this to work around your existing
> data, I wouldn't recommend such hackery unless you really have to :-)
Thank you. I got it. Good to know, it can be done. I will convert my
hash before process() to FORM->{Table}->{name}.
I hope to become more familiar with TT soon :-)
Good bye, Uwe