in reply to Combining two fetches with DBI and MySQL

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Combining two fetches with DBI and MySQL
by davorg (Chancellor) on Aug 08, 2006 at 15:46 UTC

    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

    A reply falls below the community's threshold of quality. You may see it by logging in.