in reply to calling from C - variable argument list

If you don't know how many arguments are being passed, how do you expect perl to know? My understanding of varargs in C is that you have to somehow determine how many elements got passed. Note that this is not a limitation of perl, but of C (or my knowledge of C).

  • Comment on Re: calling from C - variable argument list