Hi,
>
> I have a problem concerning magic tables. In earlier days, I
> remeber that the following Embedded Perl code
>
> [- @ary = ( [a,b], [c,d], [e,f] ) -]
>
>
>Head1Head2
>[+ $ary[$row][$col] +]
>
>
Embperl currently does not support the th tag, but you can write
Hello,
I have a problem concerning magic tables. In earlier days, I remeber
that the following Embedded Perl code
[- @ary = ( [a,b], [c,d], [e,f] ) -]
Head1Head2
[+ $ary[$row][$col] +]
the output looked like this:
Head1 Head2
a b
c d
e f
However, with the