http://qs321.pair.com?node_id=536815


in reply to Mysql - prepare

If you really want to do that, why not use:
my $table = "my_table_name"; my $sth = $dbl->prepare("SELECT val FROM ". $table ." where col=?") ; $sth->execute( "bla");
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.