this ``` my $sql = "select from "; $sql.=$table; ``` and even that: ``` my $sql = "select from "; $sql ="$sql $table"; ``` (possibly 1st case more common and 2nd is pretty complex) p.s. Great project ! Thanks!