$mydb->putData( # the SQL 'BEGIN myApp.myProc(:foo, :bar, :baz); END;', # the named params foo => "whatever", bar => $data, baz => $obj->method('arg'), );