in reply to dependencies and loose coupling

Do you have objects that inherit from it, or classes? I can't tell from your node:
I have a Class::DBI base class and some objects that inherit from it. In the base class, I need to set up the database connection. However, I want to keep these classes independent of the actual method of finding that config data.
_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: dependencies and loose coupling
by perrin (Chancellor) on May 12, 2004 at 22:17 UTC
    You're right, I meant classes there. Fixed.