I'm not sure how specific a definition of "plugins" you're asking about. But if by those you mean "other modules that work with Class::DBI", you will want the Class::DBI::Foo module for your DBD driver if one exists (e.g.
. I would also mention
since it can be quite handy for keeping your scripts clean of package declarations. Beyond that, it depends on what you want to do.