named arguments to XS function?



hi there,

i'm wondering if it's possible to pass named arguments to an XS
function like so:

$myObj = Package::Bla->new(arg1=>"hello", arg2=>"world");

in XS i'm not sure what to ask for on the argument list. if i just take
an HV*, it doesn't work, an SV* also doesn't work. any ideas?

thanks,
Gabe Schine

.