in reply to Passing reference to perl from C code
In C, there is no way to pass a string by value. The only way to pass a string is by passing a pointer to its first character. So I do not know what you are worried about or what you think the problem will be.
|
|---|