in reply to inheritance not working as expected

Since the database handle is a DBI::db object instead of a DBI object, your class is inheriting from the wrong class.

Adjust your @ISA accordingly.

Replies are listed 'Best First'.
Re^2: inheritance not working as expected
by roboticus (Chancellor) on Mar 03, 2011 at 13:40 UTC

    bart:

    Heh, I figure by now he's already fixed the problem, or given up!

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      bart's wisdom isn't just for the OP.