{ PUSHMARK(SP); HV* args_hash = build_args_hash(); IV foo = extract_iv(args_hash, "foo", 3); NV bar = extract_nv(args_hash, "bar", 3); /* ... */ }