my $sth = $dbh->prepare('SHOW TABLES'); #### $sth = $dbh->prepare('pragma table_info(execution_host)'); #### $sth->execute(); $sth->rows;