Perl DBI drivers


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #!/usr/bin/env perl
  2.  
  3. use DBI;
  4. #use strict;
  5.  
  6. foreach( @{ $DBI::EXPORT_TAGS{ sql_types } } )
  7. {
  8. printf "%s=%d\n", $_, &{"DBI::$_"};
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.