Re: [CDBI] Re: Class::DBI with multiple db connections
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Sk8board Kid wrote: > I suppose i want to do something like $class->SUPER->SUPER::set_db but > i'm not sure how to do that in perl This is not a great way to do it, but it works, at the expense of hard-coding your inheritance: $class->Ima::DBI::set_db - Perrin