Help for this page
use strict; my @columns = qw(name title state); ... my $sth = $dbh->prepare($sql); $dbh->execute(@inputUpdate, @input);