Help for this page

Select Code to Download


  1. or download this
             foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
               printf "%s=%d\n", $_, &{"DBI::$_"};
             }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
      printf "%s=%d\n", $_, &{"DBI::$_"};
    }
    
  3. 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.