package MoreDatabaseStuff; @MoreDatabaseStuff::ISA = qw( SomeDatabaseStuff); # no subroutines here $dbh->MoreDatabaseStuff::my_funny_sql(); # ends up being dispatched properly # to the sub in the parent SomeDatabaseStuff