in reply to Check for specific DBD
my $driver = 'mysql'; print "Found $driver!\n" if ( grep { $driver } DBI->available_drivers( +) ); [download]