in reply to Re^4: Devel::GC::Helper + DBI (easy)
in thread Devel::GC::Helper + DBI
I explained why the missing DBI::FIRSTKEY() incorrectly gives a confusing error message about not finding an auto/DBI/FIRSTKEY.al file. Last I read that thread there were no real explanation about why the DBI::FIRSTKEY() method isn't found (other than my guess that "it doesn't exist") or why Devel::GC::Helper tries to look for it.
I revisited my testing and found that there isn't a DBI::FIRSTKEY() but things like a DBI::db::FIRSTKEY(). So the question becomes why is Devel::GC::Helper finding a tied hash blessed into DBI (not DBI::db or some other class) or acting like it is.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Devel::GC::Helper + DBI (search)
by quelquun (Initiate) on Oct 17, 2006 at 23:01 UTC | |
by tye (Sage) on Oct 18, 2006 at 13:17 UTC |