Help for this page
my @_mb = $dbh->tables; my $_tablesAffected = 0; foreach $_k (@_mb) { # Ran code in here... }
my $_sql = "select * from $_k LIMIT 0"; ... } next; }