RE: 9999: Error (no description) Unstructured forward jump
It is complaining because your code would create unbalanced tags. Why are you writing when the modulus is 0 but writing if modulus is 1? I think you should redesign your code. -Original Message- From: George Piskorsky [mailto:[email protected]] Sent: Thursday, October 08, 2009 4
ERR: 9999: Error (no description) Unstructured forward jump
Hello! I have Apache2.2 with mod_perl and Embperl2.3. The following script does not work: Test [- @array = (1,2,3,4,5,6,7,8); $num = scalar @array; $i = 0; -] [$ while ($i < $num) $] [$ if (($i % 2) == 0) $]
