##get the feed table my $table= $dbh->prepare("SELECT feed_table FROM database.streamTable where id = ? "); $table->execute($client_ID); $feed_table = $table->fetchrow_array();