![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
perlembed - limit on size of variable being passed to perl from Cby jithoosin (Scribe) |
on Dec 29, 2005 at 07:10 UTC ( #519722=perlquestion: print w/replies, xml ) | Need Help?? |
jithoosin has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks, 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 . My requirement is to pass any html file from C file to perl file.I use XPUSHs(sv_2mortal(newSVpv(htmlFileBuffer,0))); When i use 0 in the "newSVpv " will perl calculate the size of the variable ,what ever it may be?
Back to
Seekers of Perl Wisdom
|
|