Hi,
it seems that I cannot use [* *] in pages handled by
EmbperlObject. Since I can't find documentation for this I ask
here: Why is that so and how can I circumvent it for
constructions like the following without printing each line of
HTML with a perl print statement?

[*
do {
*]
<SomeHTML>
[* print "$rec->{name}"; *]
<SomeMoreHTML>
[*
} while ($rec = $sth->fetchrow_hashref);
*]

Andre


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to