Help for this page
my $table = 'sometable'; my @cols = qw( id name ); ... my $sth = $dbh->prepare($stmt); $sth->execute(@vals);