package My_mod; require Exporter; @ISA = qw(Exporter Class::DBI); @EXPORT = qw/get_something/; use My_mod::table1; #### Can't locate object method "table" via package "My_mod::table1" at My_mod/table1.pm line 6.