Help for this page
my @tables = $dbh->tables(); $qry = qq{SELECT * FROM ?}; ... $sth->execute(); $row = $sth->fetchrow_hashref(); ......