my $dbh = $self->dbh(); #### use MyDBH; my $dbh = MyDBH->get(); # or Exporter, but I hate this. use MyDBH qw($dbh);