Initializing the DBI
DBI can be initialized very simply by adding
    use DBI;
   to your scripts
DBI internally handles all driver loading
automatically and DBDs should not normally be
explicitly use’d or require’d in your scripts
DBI: The Neophyte's Guide
26