On 12/27/05 8:44 PM, Daniel Pittman wrote:
> In playing around with Rose::DB::Object, I have a question about the
> Rose::DB derived object:
>
> The examples for Rose::DB::Object all implement init_db like this:
>
> sub init_db { return My::DB->new(); }
>
> Now, so far as I can see that will
In playing around with Rose::DB::Object, I have a question about the
Rose::DB derived object:
The examples for Rose::DB::Object all implement init_db like this:
sub init_db { return My::DB->new(); }
Now, so far as I can see that will create multiple My::DB (which isa
Rose::DB) instances, and