Re: what's wrong with this code

2004-04-20 Thread Gerald Richter
[EMAIL PROTECTED] wrote: > Hi, > I am getting the [1122538]ERR: : Error (no description) > Unstrutured forward jump This error means that something is wrong with the nesting of your tables and perl code. The example you send looks ok, but the problem might by inside of displayContent. If you

what's wrong with this code

2004-04-15 Thread Sreeram_Bazaru
Hi, I am getting the [1122538]ERR: : Error (no description) Unstrutured forward jump error without any other information with the following code. displayContents is a method. [* for (my $i = 0; $i < $length; $i++) { *] [- displayContents($i) -]