my $table = $table_prefix."topics"; $sql = qq{create table $table (Name VARCHAR(20) not NULL)};