first of all, that should be
[+ $rec->{name} +]
or
[- print OUT $rec->{name} -]
do you still have a problem once that is changed?
> -----Original Message-----
> From: Andre Landwehr [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 09, 2000 11:41 AM
> To: Modperl List
> Subject: [* in EmbperlObject
>
>
> 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]