![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Debugging DBD::Oracleby Corion (Patriarch) |
on Oct 16, 2015 at 06:15 UTC ( #1145065=note: print w/replies, xml ) | Need Help?? |
DBI relies heavily on tied hashes for attributes. Also, most of the meat of a DBD implementation lives in the client library of the database, which is most likely a blob of C and XS code. The Perl side of the world mostly holds a pointer to the real configuration data in XS space.
In Section
Seekers of Perl Wisdom
|
|