Perrin,
In many of the templates I do a few simple FOREACH r = DBI.query (SELECT ....) statements and format the results in table(s) in HTML. Is there a better approach that I should consider?
Brian
On 1/7/06, Perrin Harkins <[EMAIL PROTECTED]> wrote:
brian toscano wrote:
> In mod_perl I had some
> wrappers around the DBI code and it would tell me the query string and
> the error. It made troubleshooting much easier!
Why did you change it? Doing the DBI work in perl before running the
template is usually better, and easier to debug as you have seen.
- Perrin
