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