1234
my $sth = $dbh->prepare("Foo(?, ?, ?)");my $retval = $sth->execute("bar1, "bar2", "bar3");$sth->finish;