Help for this page
my $sth = $dbh->prepare(' insert into foo(bar,baz) values (?,?) '); $sth->execute($foo,$bar);