All the Perl that's Practical to Extract and Report
For reference sake, when I get the error:
dbih_setup_fbav: invalid number of fields: 0, NUM_OF_FIELDS attribute probably not set right
that means I forgot to call execute on my statement handle. At least, when using DBD::SQLite.