Why do all that slow double looping in your TT code? In fact, why do it in your code at all. Databases are good at dealing with data. Make use of them.
- Use your database to get the information that you want.
- Use Perl to massage it into the shape that you want.
- Use TT to display it.
--
< http://dave.org.uk>
"The first rule of Perl club is you do not talk about
Perl club." -- Chip Salzenberg
| [reply] |