$mod->create("table", "string", "column"); # not work my $table = shift(); # picks up "table" $dbh->do("CREATE TABLE $table ...