Something hasn't been quite right with the DBI Constants example:
The names and values of all the defined SQL standard types can be
produced like this:
foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
printf "%s=%d\n", $_, &{"DBI::$_"};
}
But since 1.611 this also includes DBIstcf_DISCARD_STRING and
DBIstcf_STRICT. I'm not sure if those constants should be somewhere
else, the code sample should be modified, or the preceding sentence
should be changed.
Lyle