Hi all,
according to the perl XS documentation "XSUBs can have variable-length parameter lists by specifying an ellipsis (...) in the parameter list.". It seems however that I
cannot pass an array of objects that would require
a typemap. Is that true ? Does anyone have an example
that proves the contrary ?