On Wed, 5 Jun 2002, Gabriel Fortuna wrote: > although the guys here at work tend to disagree ;), and the problem I'm > having is not HTML::Template's fault. My problem is, the reference to the > hash arrays do not change over the while() iterations, so, I have a table > with the correct amount of rows, but all the rows are populated with the > last set of data, because my references to the arrays arent changing.
could you send the perl code that you're using to generate the array? my guess is that you're not my'ing the hash everytime, so it's using the same hash. please post your code, and we'll be able to help. Philip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
