my $sth2 = $db->prepare('EXEC dbo.Foo ?, ?'); $sth2->execute(1,2);