I just want to know that is their any limit on the size of variable being passed to perl from C if using perlembed. I have this doubt because the perl stack is being used for the variable being passed .
When i use 0 in the "newSVpv " will perl calculate the size of the variable ,what ever it may be?