in reply to
Re^2: Calling an overload::Method
in thread
Calling an overload::Method
There are no portability issues since Perl XS functions don't use
va_start
for either varargs or non-varargs XS. Please look in a
.c
file generated from a
.xs
:-)
Comment on
Re^3: Calling an overload::Method
Select
or
Download
Code
In Section
Meditations