my $q_table = $dbh->quote_identifier($table); $dbh->prepare("select stuff from $q_table"); [download]
In reply to Re^2: DBI Format Question by ikegami in thread DBI Format Question by aphexcoil