Under the Hood
l DBI defines and implements an interface
l Driver modules do much of the real work
l DBI provides default methods, functions, tools etc
for drivers
l Not limited to the lowest common denominator -
mechanism provided for driver specific extensions
l Designed and built for speed
l Valuable detailed call tracing/debugging built-in
19