http://qs321.pair.com?node_id=244086

digger has asked for the wisdom of the Perl Monks concerning the following question:

Hello again monks,

I am using HTML:Template to get data from a database, and put it into a form to be edited/updated. There is an outer TMPL_LOOP, and 7 inner TMPL_LOOPs. Everything works fine until I get to the 7th inner loop. At that point, I get no template processing and an error in my log that just says  at /usr/www/users/wiprayer/cgi-bin/edit_del.pl line 92.

If I delete the last TMPL_LOOP from the template, everything works fine, except that the last select list doesn't get populated.

Is this a limitation on the number of loops that can be used in the template? I Googled and I rtfm, but found no mention of a limitation on nesting loops, or the number of loops.

Thanks again for your help,
digger