I guess it won't complain if you can run the loops and assemble an output table
string, inside a [- -] block, and then output the obtained string with
[+$table+].
The code will be messier and cgi-like but it can be one alternative, in case
you want to keep the processing logic.
Ben Kim
---
George,
To save searching through the docs, here's how to turn off embperl's
form/table/html parsing and just process the various types of code
blocks.
[$ syntax EmbperlBlocks $][# turn off special HTML processing #]
Do funky table stuff here
[$ syntax Embperl $][# back to normal #]
Cheers,