Help for this page
use strict; use warnings; ... my @tables = $dbh->tables(undef, undef, undef, 'TABLE'); print "$_\n" for @tables;