- or download this
foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
printf "%s=%d\n", $_, &{"DBI::$_"};
}
- or download this
#!/usr/bin/perl
...
foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
printf "%s=%d\n", $_, &{"DBI::$_"};
}
- or download this
Content-Type: text/html
Can't use string ("DBI::SQL_GUID") as a subroutine ref while "strict r
+efs" in use at ./tmp.cgi line 12.