Help for this page
foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) { my $ref = \&{"DBI::$_"}; printf "%s=%d\n", $_, &$ref; }
There is one exception to this rule: ... &$bar; is allowed so that "goto &$AUTOLOAD" would not break unde +r stricture.