my @_mb = $dbh->tables; my $_tablesAffected = 0; foreach $_k (@_mb) { # Ran code in here... }