Re: 9999: Error (no description) Unstructured forward jump

2009-10-12 Thread Ben Kim
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 ---

RE: 9999: Error (no description) Unstructured forward jump

2009-10-12 Thread Andrew O'Brien
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,