in reply to (z) Separation of SQL code

Neither. After several abortive attempts, I've finally started using Class::DBI, and I now curse myself for not trying it before.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
(z) Re^2: Separation of SQL code
by zigdon (Deacon) on Sep 11, 2003 at 15:35 UTC
    Yah, I've been meaning to look at Class::DBI for a while now, maybe this will be the excuse I need :)

    -- zigdon