Hi, I am getting the [1122538]ERR: 9999: Error (no description) Unstrutured forward jump error without any other information with the following code. displayContents is a method.
<table border="0" width="100%"> [* for (my $i = 0; $i < $length; $i++) { *] <tr> <td> [- displayContents($i) -] </td> <td> [- displayContents($i+$length) -] </td> <td> [- displayContents($i+(2*$length)) -] </td> </tr> [* } *] </table> If I remove the table tags and put it this way, it is working fine without any errors. So whats wrong with the above case. [* for (my $i = 0; $i < $length; $i++) { *] [- displayContents($i) -] [- displayContents($i+$length) -] [- displayContents($i+(2*$length)) -] [* } *] Thanks, Sreeram ********************************************************************** This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]