#someplace in MyApp sub doSomethingWithUser { my $self = shift; my $user = MyApp::DB::User->new({dbh => $self->DBConnection->dbh}); 1; }