Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    my $dbh = DBI->connect('DBI:mysql:test:localhost','','')
      or die $DBI::errstr;
    print $dbh->tables;