Help for this page

Select Code to Download


  1. or download this
    foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
      no strict "refs";
      printf "%s=%d\n", $_, &{"DBI::$_"};
    }