my %tables; $tables{$_} = scalar( @{$dbh->selectcol_arrayref("SHOW TABLES LIKE '$_'")} ) foreach ( @tables_to_query );