Why doesn't this work:
<tr[$ if ($ctr%2 != 0) $]BGCOLOR="#cccccc"[$ endif $]>

Yet this works:
<tr [$ if ($ctr%2 != 0) $]BGCOLOR="#cccccc"[$ endif $]>

The only difference is the space between <tr and [$

Is this a bug in Embperl or me?

ilia.

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

Reply via email to