RE: magic tables in Embperl 2.1.0

2005-11-25 Thread Gerald Richter
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

magic tables in Embperl 2.1.0

2005-11-25 Thread Harald Weidner
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