RE: Automatic Table feature of version 2.2.0

2006-07-19 Thread Gerald Richter
Hi, > > I have Embedded Perl v2.2.0 and try to Execute the following Code: > > schnipp- > > [ $name[$col] ] > [ $$data[$row]->{$name[$col]} ] > -schnapp > > It seems that the Syntax for the Tag is not defined > within E

Automatic Table feature of version 2.2.0

2006-07-18 Thread Hans Freitag
Hi, I have Embedded Perl v2.2.0 and try to Execute the following Code: schnipp- [ $name[$col] ] [ $$data[$row]->{$name[$col]} ] -schnapp It seems that the Syntax for the Tag is not defined within Embperl 2.2.0. The