my $ST = $DB->prepare("foo.bar.baz(?, ?, ?)"); $ST->execute($arg1, $arg2, $arg3);