in reply to Re: Iterating hash of blessed hashes
in thread Iterating hash of blessed hashes

Hadn't thought of that, but I'm actually using DBM::Deep so the SQL trick would probably not work.

Replies are listed 'Best First'.
Re^3: Iterating hash of blessed hashes
by Anonymous Monk on Feb 17, 2011 at 07:18 UTC
    so the SQL trick would probably not work.

    Why? Even if DBD::DBM doesn't support DBM::Deep , DBM::Deep still has DBI storage -- slick :)